summaryrefslogtreecommitdiffstats
path: root/src/stub/trex_stateless_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stub/trex_stateless_stub.cpp')
-rw-r--r--src/stub/trex_stateless_stub.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/stub/trex_stateless_stub.cpp b/src/stub/trex_stateless_stub.cpp
new file mode 100644
index 00000000..8e8d4fa8
--- /dev/null
+++ b/src/stub/trex_stateless_stub.cpp
@@ -0,0 +1,13 @@
+
+#include <trex_stateless_dp_core.h>
+
+class CFlowGenListPerThread;
+class TrexStatelessCpToDpMsgBase;
+
+TrexStatelessDpCore::TrexStatelessDpCore(unsigned char, CFlowGenListPerThread*) {}
+
+void TrexStatelessDpCore::start(){}
+
+void TrexStatelessDpCore::handle_cp_msg(TrexStatelessCpToDpMsgBase*) {}
+
+void TrexStatelessDpCore::handle_pkt_event(CGenNode*) {}