From 0e167c86051614f9d9d9fab255aae8272b1b056b Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:03:45 +0900 Subject: File descriptor passed to in_event and out_event Signed-off-by: Martin Sustrik --- src/socket_base.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/socket_base.cpp') diff --git a/src/socket_base.cpp b/src/socket_base.cpp index 79472d1..ea6d3ed 100644 --- a/src/socket_base.cpp +++ b/src/socket_base.cpp @@ -792,7 +792,7 @@ void xs::socket_base_t::xhiccuped (pipe_t *pipe_) xs_assert (false); } -void xs::socket_base_t::in_event () +void xs::socket_base_t::in_event (fd_t fd_) { // This function is invoked only once the socket is running in the context // of the reaper thread. Process any commands from other threads/sockets @@ -802,7 +802,7 @@ void xs::socket_base_t::in_event () check_destroy (); } -void xs::socket_base_t::out_event () +void xs::socket_base_t::out_event (fd_t fd_) { xs_assert (false); } -- cgit v1.2.3