svm: add support for eventfd signaling to queue
[vpp.git] / src / vlibapi / api_common.h
index 73c5a50..9432082 100644 (file)
@@ -314,9 +314,6 @@ typedef struct
    */
   vl_api_registration_t *my_registration;
 
-  /** (Historical) signal-based queue non-empty signal, to be removed */
-  i32 vlib_signal;
-
   /** vpp/vlib input queue length */
   u32 vlib_input_queue_length;