session: move ctrl messages from bapi to mq
[vpp.git] / src / vcl / vcl_private.c
index 13794ea..f431396 100644 (file)
@@ -276,6 +276,12 @@ vcl_worker_set_bapi (void)
   return -1;
 }
 
+svm_msg_q_t *
+vcl_worker_ctrl_mq (vcl_worker_t * wrk)
+{
+  return wrk->ctrl_mq;
+}
+
 void
 vcl_segment_table_add (u64 segment_handle, u32 svm_segment_index)
 {