diff options
author | 2015-11-19 22:30:22 +0200 | |
---|---|---|
committer | 2015-11-19 22:30:22 +0200 | |
commit | 13f558cbabe5e624df7244788139c438f4b8092f (patch) | |
tree | 6a434f5e195f2e7fbe7a0ecdd36c25631eaf96bc /src/bp_sim.cpp | |
parent | b094110ef86889a0694dc71503c5610abaf47ebe (diff) | |
parent | ede162750d582cf1dd8c2d7cea3f30b008fb5d42 (diff) |
Merge branch 'master' of csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
Diffstat (limited to 'src/bp_sim.cpp')
-rwxr-xr-x | src/bp_sim.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bp_sim.cpp b/src/bp_sim.cpp index d35ae68a..f8dd20a1 100755 --- a/src/bp_sim.cpp +++ b/src/bp_sim.cpp @@ -3995,8 +3995,12 @@ bool CFlowGenListPerThread::set_stateless_next_node( CGenNodeStateless * cur_nod } -void CFlowGenListPerThread::start_stateless_daemon(){ +void CFlowGenListPerThread::start_stateless_daemon(CPreviewMode &preview){ m_cur_time_sec = 0; + /* set per thread global info, for performance */ + m_preview_mode = preview; + m_node_gen.open_file("",&m_preview_mode); + m_stateless_dp_info.start(); } |