From 30e273b3055174f0b6fefd240a39fe93253669cd Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 27 Nov 2018 00:04:59 -0800 Subject: ldp: sid to fd mapper for apps with multiple workers Change-Id: I79585cd6b467b007c3eb9a7668387ff3777de46d Signed-off-by: Florin Coras --- src/vcl/vppcom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vcl/vppcom.h') 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); -- cgit 1.2.3-korg