summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-11-19 22:30:22 +0200
committerimarom <imarom@cisco.com>2015-11-19 22:30:22 +0200
commit13f558cbabe5e624df7244788139c438f4b8092f (patch)
tree6a434f5e195f2e7fbe7a0ecdd36c25631eaf96bc /src/main_dpdk.cpp
parentb094110ef86889a0694dc71503c5610abaf47ebe (diff)
parentede162750d582cf1dd8c2d7cea3f30b008fb5d42 (diff)
Merge branch 'master' of csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
Diffstat (limited to 'src/main_dpdk.cpp')
-rwxr-xr-xsrc/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 80739d35..b1c9ed12 100755
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -4161,7 +4161,7 @@ int CGlobalTRex::run_in_core(virtual_thread_id_t virt_core_id){
lpt = m_fl.m_threads_info[virt_core_id-1];
if (get_is_stateless()) {
- lpt->start_stateless_daemon();
+ lpt->start_stateless_daemon(*lp);
}else{
lpt->start_generate_stateful(CGlobalInfo::m_options.out_file,*lp);
}