map: use ip6-full-reassembly instead of own code
[vpp.git] / src / vlibapi / api_common.h
index 98fcbde..bb19970 100644 (file)
@@ -340,6 +340,9 @@ typedef struct
   /** List of API client reaper functions */
   _vl_msg_api_function_list_elt_t *reaper_function_registrations;
 
+  /** Bin API thread handle */
+  pthread_t rx_thread_handle;
+
   /** event log */
   elog_main_t *elog_main;
   int elog_trace_api_messages;