![]() |
FD.io VPP
v19.01.2-3-gf61a1a8
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 38 of file stat_client.h.
| union { ... } |
| vlib_counter_t** stat_segment_data_t::combined_counter_vec |
Definition at line 47 of file stat_client.h.
| uint64_t stat_segment_data_t::error_value |
Definition at line 45 of file stat_client.h.
| char* stat_segment_data_t::name |
Definition at line 40 of file stat_client.h.
| double stat_segment_data_t::scalar_value |
Definition at line 44 of file stat_client.h.
| counter_t** stat_segment_data_t::simple_counter_vec |
Definition at line 46 of file stat_client.h.
| stat_directory_type_t stat_segment_data_t::type |
Definition at line 41 of file stat_client.h.