From 2f0f96b9dbcb198dede1e5ebd4d880129d5d52c8 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Thu, 13 Jun 2019 10:14:28 +0200 Subject: session: use listener_handle instead of listener_index Type: refactor Change-Id: I97fa59a0ba0b6b7a98698926020ffffcf6ae6ba3 Signed-off-by: Nathan Skrzypczak --- src/vnet/session/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/session/session.h') diff --git a/src/vnet/session/session.h b/src/vnet/session/session.h index 4e63d42de83..d1268188962 100644 --- a/src/vnet/session/session.h +++ b/src/vnet/session/session.h @@ -367,7 +367,7 @@ void session_transport_delete_notify (transport_connection_t * tc); void session_transport_closed_notify (transport_connection_t * tc); void session_transport_reset_notify (transport_connection_t * tc); int session_stream_accept (transport_connection_t * tc, u32 listener_index, - u8 notify); + u32 thread_index, u8 notify); void session_register_transport (transport_proto_t transport_proto, const transport_proto_vft_t * vft, u8 is_ip4, u32 output_node); -- cgit 1.2.3-korg