summaryrefslogtreecommitdiffstats
path: root/src/latency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latency.h')
-rw-r--r--src/latency.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/latency.h b/src/latency.h
index cfa523e4..eef7146a 100644
--- a/src/latency.h
+++ b/src/latency.h
@@ -246,12 +246,8 @@ public:
uint64_t m_rx_check;
uint64_t m_no_ipv4_option;
uint64_t m_length_error;
- rx_per_flow_t m_rx_pg_stat[MAX_FLOW_STATS];
- rx_per_flow_t m_rx_pg_payload_stats[MAX_FLOW_STATS_PAYLOAD];
- CTimeHistogram m_per_flow_hist[MAX_FLOW_STATS_PAYLOAD]; /* all window */
- CJitter m_per_flow_jitter[MAX_FLOW_STATS_PAYLOAD];
CTimeHistogram m_hist; /* all window */
- CJitter m_jitter;
+ CJitter m_jitter;
};