X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapp%2Fstat_client.h;h=87e5409ed6f8f409755d6ec2e6d388074076c89c;hb=1ddbc0138b64486b8e51e5e12fcad21fba8b8b68;hp=9cec1ee46f571ba3a84b23b87fe76d4eb55414e9;hpb=c7d50970d4ed8a4889b4374e6a1559aef7d3dcc0;p=vpp.git 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;