diff options
Diffstat (limited to 'src/io_thread.hpp')
-rw-r--r-- | src/io_thread.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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. |