summaryrefslogtreecommitdiffstats
path: root/src/flow_stat.h
diff options
context:
space:
mode:
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 5bfab44a..850f9aea 100644
--- a/src/flow_stat.h
+++ b/src/flow_stat.h
@@ -341,6 +341,7 @@ class CFlowStatUserIdMap {
class CFlowStatHwIdMap {
public:
CFlowStatHwIdMap();
+ ~CFlowStatHwIdMap();
void create(uint16_t size);
friend std::ostream& operator<<(std::ostream& os, const CFlowStatHwIdMap& cf);
uint16_t find_free_hw_id();