Keep RPC traffic off the shared-memory API queue
[vpp.git] / src / vlib / main.h
index 7c34fb6..64f2859 100644 (file)
@@ -209,6 +209,7 @@ typedef struct vlib_main_t
 
   /* Vector of pending RPC requests */
   uword *pending_rpc_requests;
+  clib_spinlock_t pending_rpc_lock;
 
 } vlib_main_t;