![]() |
FD.io VPP
v19.04.3-1-gdfec10d13
Vector Packet Processing
|
Collaboration diagram for stat_segment_data_t:Data Fields | |
| char * | name |
| stat_directory_type_t | type |
| union { | |
| double scalar_value | |
| uint64_t error_value | |
| counter_t ** simple_counter_vec | |
| vlib_counter_t ** combined_counter_vec | |
| uint8_t ** name_vector | |
| }; | |
Definition at line 42 of file stat_client.h.
| union { ... } |
| vlib_counter_t** stat_segment_data_t::combined_counter_vec |
Definition at line 51 of file stat_client.h.
| uint64_t stat_segment_data_t::error_value |
Definition at line 49 of file stat_client.h.
| char* stat_segment_data_t::name |
Definition at line 44 of file stat_client.h.
| uint8_t** stat_segment_data_t::name_vector |
Definition at line 52 of file stat_client.h.
| double stat_segment_data_t::scalar_value |
Definition at line 48 of file stat_client.h.
| counter_t** stat_segment_data_t::simple_counter_vec |
Definition at line 50 of file stat_client.h.
| stat_directory_type_t stat_segment_data_t::type |
Definition at line 45 of file stat_client.h.