summaryrefslogtreecommitdiffstats
path: root/src/flow_stat.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-03-07 15:58:03 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-03-07 15:58:31 +0200
commitccfb88c91c50893bf3d43b67f48ac46e9a252f64 (patch)
tree78b3c280eb4748c561db4b6947f66ac76a72893c /src/flow_stat.h
parent29c78819b903a2933e8ba106faa5ba5745eb527e (diff)
Added get_active_pgids
Diffstat (limited to 'src/flow_stat.h')
-rw-r--r--src/flow_stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flow_stat.h b/src/flow_stat.h
index eed3b797..6f7671fd 100644
--- a/src/flow_stat.h
+++ b/src/flow_stat.h
@@ -184,6 +184,7 @@ class CFlowStatRuleMgr {
int del_stream(const TrexStream * stream);
int start_stream(TrexStream * stream, uint16_t &ret_hw_id);
int stop_stream(const TrexStream * stream);
+ int get_active_pgids(flow_stat_active_t &result);
bool dump_json(std::string & json);
private: