diff options
Diffstat (limited to 'src/vcl/vcl_private.h')
-rw-r--r-- | src/vcl/vcl_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index 0f1a6d24516..7e72b29ba25 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -163,9 +163,8 @@ typedef struct vcl_session_ session_handle_t parent_handle; u32 listener_index; /**< index of parent listener (if any) */ int n_accepted_sessions; /**< sessions accepted by this listener */ - vppcom_epoll_t vep; + vppcom_epoll_t vep; /**< epoll context */ u32 attributes; /**< see @ref vppcom_session_attr_t */ - int libc_epfd; u32 vrf; u16 gso_size; |