From c70b71af56c49e320553d6f210ea3f912f69ec3c Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Sun, 3 Apr 2016 16:51:42 +0300 Subject: Enabled flow stats for all interface types + needed corrections --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6a6b5721..3c68990c 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -253,6 +253,10 @@ TrexStateless * get_stateless_obj() { return m_sim_statelss_obj; } +CRxCoreStateless * get_rx_sl_core_obj() { + return NULL; +} + void set_stateless_obj(TrexStateless *obj) { m_sim_statelss_obj = obj; } -- cgit 1.2.3-korg