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