summaryrefslogtreecommitdiffstats
path: root/src/stateless/dp/trex_stateless_dp_core.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-10-29 18:15:17 +0200
committerimarom <imarom@cisco.com>2015-10-29 18:15:17 +0200
commit9a820782c35c6de79d2e724a48087e8ee62fc72d (patch)
tree08b13a55cd5eb4f93d51fca5fc373a9c7a9dfb72 /src/stateless/dp/trex_stateless_dp_core.h
parente0e66e7eef2f9d1f4cb1c93841b2345a42c8d278 (diff)
Hanoch's review comments #1 : fixed performancei issue
with the stateless node
Diffstat (limited to 'src/stateless/dp/trex_stateless_dp_core.h')
-rw-r--r--src/stateless/dp/trex_stateless_dp_core.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/stateless/dp/trex_stateless_dp_core.h b/src/stateless/dp/trex_stateless_dp_core.h
index d95f7eeb..fa3c5b22 100644
--- a/src/stateless/dp/trex_stateless_dp_core.h
+++ b/src/stateless/dp/trex_stateless_dp_core.h
@@ -29,9 +29,8 @@ limitations under the License.
class TrexStatelessCpToDpMsgBase;
class TrexStatelessDpStart;
class CFlowGenListPerThread;
-class CGenNode;
-class TrexStreamsCompiledObj;
class CGenNodeStateless;
+class TrexStreamsCompiledObj;
class TrexStatelessDpCore {
@@ -52,13 +51,6 @@ public:
void start();
/**
- * handle pkt event
- *
- * @author imarom (27-Oct-15)
- */
- void handle_pkt_event(CGenNode *node);
-
- /**
* dummy traffic creator
*
* @author imarom (27-Oct-15)