X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvppcom.h;h=5085e950af46f15cbfd17a8f22b3419cc9dae1fe;hb=30e273b3055174f0b6fefd240a39fe93253669cd;hp=5f1992502ce43f982858cc702a5c131d0cfb4df9;hpb=dbc34b89061feae88e0641eab4c82e48903b8396;p=vpp.git diff --git a/src/vcl/vppcom.h b/src/vcl/vppcom.h index 5f1992502ce..5085e950af4 100644 --- a/src/vcl/vppcom.h +++ b/src/vcl/vppcom.h @@ -262,6 +262,7 @@ extern int vppcom_poll (vcl_poll_t * vp, uint32_t n_sids, double wait_for_time); extern int vppcom_mq_epoll_fd (void); extern int vppcom_session_index (uint32_t session_handle); +extern int vppcom_session_handle (uint32_t session_index); extern int vppcom_session_read_segments (uint32_t session_handle, vppcom_data_segments_t ds);