summaryrefslogtreecommitdiffstats
path: root/src/stub/trex_stateless_stub.cpp
blob: 8e8d4fa8c34e05a434b3e95f085ee9cd48b7f252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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*) {}