summaryrefslogtreecommitdiffstats
path: root/src/flow_stat.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-06-14 18:12:00 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-06-14 18:12:00 +0300
commitf10425988270f142de60ff02c61cb8d77b9ac03e (patch)
treeb3f526766d9b4470ff0db6f26ad7ac03a7a68d9d /src/flow_stat.h
parent14774ed2eabf8a6f218e8674a04ee7d8ce373d64 (diff)
coverity fixes
Diffstat (limited to 'src/flow_stat.h')
-rw-r--r--src/flow_stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flow_stat.h b/src/flow_stat.h
index 8671b228..eae484e7 100644
--- a/src/flow_stat.h
+++ b/src/flow_stat.h
@@ -472,7 +472,7 @@ class CFlowStatRuleMgr {
const CRxCoreStateless *m_rx_core;
int m_max_hw_id; // max hw id we ever used
int m_max_hw_id_payload; // max hw id we ever used for payload rules
- uint32_t m_num_started_streams; // How many started (transmitting) streams we have
+ int m_num_started_streams; // How many started (transmitting) streams we have
CNodeRing *m_ring_to_rx; // handle for sending messages to Rx core
CFlowStatParser *m_parser;
uint16_t m_cap; // capabilities of the NIC driver we are using