X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvcl%2Fvcl_private.h;h=43c8ec304efa7d73da18d278f01716b47f33f445;hb=470b2a61659d76c1fc03352d42af6f3f3945330f;hp=d46208cd03515f2c4dee553c8b5888404b975ceb;hpb=9fd996275c745faec2843cf3a8b1d15d6f8c9dab;p=vpp.git diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index d46208cd035..43c8ec304ef 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -173,7 +173,7 @@ typedef struct int n_accepted_sessions; u8 has_rx_evt; u32 attr; - u64 transport_opts; + u64 parent_handle; vppcom_epoll_t vep; int libc_epfd; svm_msg_q_t *our_evt_q; @@ -598,6 +598,7 @@ void vcl_send_session_worker_update (vcl_worker_t * wrk, vcl_session_t * s, * VCL Binary API */ int vppcom_connect_to_vpp (char *app_name); +void vppcom_disconnect_from_vpp (void); void vppcom_init_error_string_table (void); void vppcom_send_session_enable_disable (u8 is_enable); void vppcom_app_send_attach (void);