X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fmain.h;h=64f2859c055bfcaa1c067677db562f8df5142399;hb=71615399e194847d7833b744caedab9b841733e5;hp=7c34fb6528d059cbf03e1e2bbe0cbafd2c828eaa;hpb=70f28fc4b83fee72a1e2a17f5f898af83b4fb39c;p=vpp.git diff --git a/src/vlib/main.h b/src/vlib/main.h index 7c34fb6528d..64f2859c055 100644 --- a/src/vlib/main.h +++ b/src/vlib/main.h @@ -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;