summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:03:45 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:03:45 +0900
commit0e167c86051614f9d9d9fab255aae8272b1b056b (patch)
tree4b1184b3937804a4cdfaad5552085c94e3fa813e /src/socket_base.hpp
parentff12aabf4b2ec48339235ad67175575d2b00adc0 (diff)
File descriptor passed to in_event and out_event
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index bc405f6..8b2b216 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -86,8 +86,8 @@ namespace xs
// i_poll_events implementation. This interface is used when socket
// is handled by the poller in the reaper thread.
- void in_event ();
- void out_event ();
+ void in_event (fd_t fd_);
+ void out_event (fd_t fd_);
void timer_event (int id_);
// i_pipe_events interface implementation.