FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
stat_segment_data_t Struct Reference
+ Collaboration diagram for stat_segment_data_t:

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
 
}; 
 

Detailed Description

Definition at line 32 of file stat_client.h.

Field Documentation

◆ @409

union { ... }

◆ combined_counter_vec

vlib_counter_t** stat_segment_data_t::combined_counter_vec

Definition at line 41 of file stat_client.h.

◆ error_vector

counter_t* stat_segment_data_t::error_vector

Definition at line 39 of file stat_client.h.

◆ name

char* stat_segment_data_t::name

Definition at line 34 of file stat_client.h.

◆ name_vector

uint8_t** stat_segment_data_t::name_vector

Definition at line 42 of file stat_client.h.

◆ scalar_value

double stat_segment_data_t::scalar_value

Definition at line 38 of file stat_client.h.

◆ simple_counter_vec

counter_t** stat_segment_data_t::simple_counter_vec

Definition at line 40 of file stat_client.h.

◆ type

stat_directory_type_t stat_segment_data_t::type

Definition at line 35 of file stat_client.h.


The documentation for this struct was generated from the following file: