X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession.h;h=6c1bdb639dffd80683d926f311a4edde5d0ee9a1;hb=a9d5bea69fafbcc2f24d71439433c9b710db665f;hp=be2490fbe959ecc41f0ccc4ff6e4df0bdc6bc841;hpb=65eb77231cbcf4e0ad9c04ad511035c5154853ac;p=vpp.git diff --git a/src/vnet/session/session.h b/src/vnet/session/session.h index be2490fbe95..6c1bdb639df 100644 --- a/src/vnet/session/session.h +++ b/src/vnet/session/session.h @@ -610,7 +610,7 @@ int session_dequeue_notify (stream_session_t * s); void stream_session_init_fifos_pointers (transport_connection_t * tc, u32 rx_pointer, u32 tx_pointer); -void stream_session_accept_notify (transport_connection_t * tc); +int stream_session_accept_notify (transport_connection_t * tc); void stream_session_disconnect_notify (transport_connection_t * tc); void stream_session_delete_notify (transport_connection_t * tc); void stream_session_reset_notify (transport_connection_t * tc);