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/io_thread.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io_thread.hpp') diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 4884c5b..4a53c15 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -58,8 +58,8 @@ namespace xs mailbox_t *get_mailbox (); // i_poll_events implementation. - void in_event (); - void out_event (); + void in_event (fd_t fd_); + void out_event (fd_t fd_); void timer_event (int id_); // Used by io_objects to retrieve the assciated poller object. -- cgit v1.2.3