summaryrefslogtreecommitdiffstats
path: root/src/latency.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-04-24 14:43:28 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-05-18 19:20:21 +0300
commita53f6be0617721b535086298095ad49057a7be69 (patch)
tree3ccd8de6108cc3d769d25447cb39640bd2b2940d /src/latency.h
parentd3b66fddf9840272b367f42e26ce16198eeadaf6 (diff)
Working version. temporary send_node that duplicates the mbuf data
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;
};