diff options
Diffstat (limited to 'src/flow_stat.h')
-rw-r--r-- | src/flow_stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flow_stat.h b/src/flow_stat.h index 6966b116..3e00a180 100644 --- a/src/flow_stat.h +++ b/src/flow_stat.h @@ -202,7 +202,7 @@ class CFlowStatRuleMgr { 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, bool force_sync); + bool dump_json(std::string & json, bool baseline); private: int compile_stream(const TrexStream * stream, Cxl710Parser &parser); |