X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Fvat.h;h=19796b92ef39d53c211b486ee91935f6b486b3e0;hb=048a4e5a000017d0d632ebf02dcc23d9bf9ccf72;hp=ddb4644848ad8af74e8a51228e3021b41a0ee016;hpb=90a63988fa01685626b6d6a01b79ea5370f7fbac;p=vpp.git diff --git a/src/vat/vat.h b/src/vat/vat.h index ddb4644848a..19796b92ef3 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; @@ -209,6 +209,9 @@ typedef struct ip4_nbr_counter_t **ip4_nbr_counters; ip6_nbr_counter_t **ip6_nbr_counters; + ssvm_private_t stat_segment; + clib_spinlock_t *stat_segment_lockp; + socket_client_main_t *socket_client_main; u8 *socket_name;