X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcl_private.h;h=7d6af6d6599fe89d93fb5ee7b448c31384b9a772;hb=940f78fcf4e276cadef3f163d0493b74fc49755c;hp=6a289d640e0ee2ea2b47bd957aa42642e69debe3;hpb=adc74d7b3da5a48cd346ce14694415e7c5c307bb;p=vpp.git diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index 6a289d640e0..7d6af6d6599 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -504,7 +504,7 @@ int vcl_mq_epoll_add_evfd (vcl_worker_t * wrk, svm_msg_q_t * mq); int vcl_mq_epoll_del_evfd (vcl_worker_t * wrk, u32 mqc_index); vcl_worker_t *vcl_worker_alloc_and_init (void); -void vcl_worker_cleanup (void); +void vcl_worker_cleanup (u8 notify_vpp); int vcl_worker_register_with_vpp (void); int vcl_worker_set_bapi (void); void vcl_worker_share_sessions (u32 parent_wrk_index);