summaryrefslogtreecommitdiffstats
path: root/src/stub
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-09 11:05:34 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-09 11:05:34 +0200
commitc6d2cb0554ebc39142fb433040a968714a7ec24f (patch)
tree3594c3e602069c08ed835a1cef0a5e5334fca96d /src/stub
parentcb98f7938f3ea85c57de66c6f6919accdcc16fb4 (diff)
parent67bcc46be09049d2ca65c0af2aa6a2fe0821eb04 (diff)
Merge branch intg1
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;