X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Fvat.h;h=c9384a1ce57d649a383e31af91fae13cd52dd433;hb=bb5d22d;hp=1ae46f30a7e6126068e612329802544619383d7a;hpb=59b2565cd91a67ced650739f36129650830211ac;p=vpp.git diff --git a/src/vat/vat.h b/src/vat/vat.h index 1ae46f30a7e..c9384a1ce57 100644 --- a/src/vat/vat.h +++ b/src/vat/vat.h @@ -119,7 +119,7 @@ typedef struct typedef struct { /* vpe input queue */ - unix_shared_memory_queue_t *vl_input_queue; + svm_queue_t *vl_input_queue; /* interface name table */ uword *sw_if_index_by_interface_name; @@ -129,7 +129,7 @@ typedef struct /* Graph node table */ uword *graph_node_index_by_name; - vlib_node_t **graph_nodes; + vlib_node_t ***graph_nodes; /* ip tables */ ip_details_t *ip_details_by_sw_if_index[2]; @@ -209,7 +209,10 @@ typedef struct ip4_nbr_counter_t **ip4_nbr_counters; ip6_nbr_counter_t **ip6_nbr_counters; - socket_client_main_t socket_client_main; + ssvm_private_t stat_segment; + clib_spinlock_t *stat_segment_lockp; + + socket_client_main_t *socket_client_main; u8 *socket_name; /* Convenience */