aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/app/stat_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/app/stat_client.h')
-rw-r--r--src/vpp/app/stat_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vpp/app/stat_client.h b/src/vpp/app/stat_client.h
index 9cec1ee46f5..87e5409ed6f 100644
--- a/src/vpp/app/stat_client.h
+++ b/src/vpp/app/stat_client.h
@@ -31,6 +31,8 @@ typedef struct
/* Cached pointers to scalar quantities, these wont change */
f64 *vector_rate_ptr;
f64 *input_rate_ptr;
+ f64 *last_runtime_ptr;
+ f64 *last_runtime_stats_clear_ptr;
volatile int segment_ready;
@@ -40,6 +42,7 @@ typedef struct
*/
vlib_counter_t **intfc_rx_counters;
vlib_counter_t **intfc_tx_counters;
+ u8 *serialized_nodes;
u64 *thread_0_error_counts;
u64 source_address_match_error_index;