X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvppcom.h;h=72e5d46bc8f96308e4b92d3181731e7e19b93035;hb=534468e9f768ae7465ef722520dadfd916cdc9fb;hp=ae4888566c74d9354f0f7042b49ee6515be2cb9e;hpb=7b2917fbe2a9ec17f69ca94fcbae534927915834;p=vpp.git diff --git a/src/vcl/vppcom.h b/src/vcl/vppcom.h index ae4888566c7..72e5d46bc8f 100644 --- a/src/vcl/vppcom.h +++ b/src/vcl/vppcom.h @@ -172,6 +172,7 @@ extern int vppcom_app_create (const char *app_name); extern void vppcom_app_destroy (void); extern int vppcom_session_create (uint8_t proto, uint8_t is_nonblocking); +extern int vppcom_session_shutdown (uint32_t session_handle); extern int vppcom_session_close (uint32_t session_handle); extern int vppcom_session_bind (uint32_t session_handle, vppcom_endpt_t * ep); extern int vppcom_session_listen (uint32_t session_handle, uint32_t q_len);