FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
char * | name |
stat_directory_type_t | type |
union { | |
double scalar_value | |
counter_t * error_vector | |
counter_t ** simple_counter_vec | |
vlib_counter_t ** combined_counter_vec | |
uint8_t ** name_vector | |
}; | |
Definition at line 35 of file stat_client.h.
union { ... } |
vlib_counter_t** stat_segment_data_t::combined_counter_vec |
Definition at line 44 of file stat_client.h.
counter_t* stat_segment_data_t::error_vector |
Definition at line 42 of file stat_client.h.
char* stat_segment_data_t::name |
Definition at line 37 of file stat_client.h.
uint8_t** stat_segment_data_t::name_vector |
Definition at line 45 of file stat_client.h.
double stat_segment_data_t::scalar_value |
Definition at line 41 of file stat_client.h.
counter_t** stat_segment_data_t::simple_counter_vec |
Definition at line 43 of file stat_client.h.
stat_directory_type_t stat_segment_data_t::type |
Definition at line 38 of file stat_client.h.