X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcl_locked.h;h=3adcf62bc77f73873732cb5d72472afcd070f41c;hb=534468e9f768ae7465ef722520dadfd916cdc9fb;hp=11b71eee4afb2d0df48507368bb584d1681fadf6;hpb=7b2917fbe2a9ec17f69ca94fcbae534927915834;p=vpp.git diff --git a/src/vcl/vcl_locked.h b/src/vcl/vcl_locked.h index 11b71eee4af..3adcf62bc77 100644 --- a/src/vcl/vcl_locked.h +++ b/src/vcl/vcl_locked.h @@ -26,6 +26,7 @@ typedef int vls_handle_t; vls_handle_t vls_create (uint8_t proto, uint8_t is_nonblocking); +int vls_shutdown (vls_handle_t vlsh); int vls_close (vls_handle_t vlsh); int vls_bind (vls_handle_t vlsh, vppcom_endpt_t * ep); int vls_listen (vls_handle_t vlsh, int q_len);