summaryrefslogtreecommitdiffstats
path: root/src/stub
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-11-08 11:39:09 +0200
committerimarom <imarom@cisco.com>2015-11-08 11:39:09 +0200
commitbc7d9ee81604fd33607569ac4f03ca8b91777b29 (patch)
treec1d033860162fd68c76dc5578501c0f5373ae477 /src/stub
parentf6b521fb76e74036c626c10f6ae11ea525ac97b7 (diff)
code review notes:
1. performance improvement for stateless DP core object (direct object) 2. exit scheduler loop is now using a scheduled message and not IF 3. duration for inifinite is negative number 4. fixed stop_traffic scheduled node time
Diffstat (limited to 'src/stub')
-rw-r--r--src/stub/trex_stateless_stub.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stub/trex_stateless_stub.cpp b/src/stub/trex_stateless_stub.cpp
index de56e57a..199356d8 100644
--- a/src/stub/trex_stateless_stub.cpp
+++ b/src/stub/trex_stateless_stub.cpp
@@ -4,7 +4,8 @@
class CFlowGenListPerThread;
class TrexStatelessCpToDpMsgBase;
-TrexStatelessDpCore::TrexStatelessDpCore(unsigned char, CFlowGenListPerThread*) {
+void
+TrexStatelessDpCore::create(unsigned char, CFlowGenListPerThread*) {
m_thread_id = 0;
m_core = NULL;