Improve fifo allocator performance
[vpp.git] / src / vlibapi / api.h
index 3403e1c..0e2c210 100644 (file)
@@ -193,6 +193,9 @@ typedef struct
 
   i32 vlib_signal;
 
+  /* vlib input queue length */
+  u32 vlib_input_queue_length;
+
   /* client side message index hash table */
   uword *msg_index_by_name_and_crc;