![]() |
FD.io VPP
v18.10-32-g1161dda
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 | |
| }; | |
Definition at line 24 of file stat_client.h.
| union { ... } |
| vlib_counter_t** stat_segment_data_t::combined_counter_vec |
Definition at line 33 of file stat_client.h.
| uint64_t stat_segment_data_t::error_value |
Definition at line 31 of file stat_client.h.
| char* stat_segment_data_t::name |
Definition at line 26 of file stat_client.h.
| double stat_segment_data_t::scalar_value |
Definition at line 30 of file stat_client.h.
| counter_t** stat_segment_data_t::simple_counter_vec |
Definition at line 32 of file stat_client.h.
| stat_directory_type_t stat_segment_data_t::type |
Definition at line 27 of file stat_client.h.