summaryrefslogtreecommitdiff
path: root/src/io_object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_object.hpp')
-rw-r--r--src/io_object.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io_object.hpp b/src/io_object.hpp
index b3496b6..ef65f75 100644
--- a/src/io_object.hpp
+++ b/src/io_object.hpp
@@ -64,8 +64,8 @@ namespace xs
void cancel_timer (int id_);
// i_poll_events interface implementation.
- void in_event ();
- void out_event ();
+ void in_event (fd_t fd_);
+ void out_event (fd_t fd_);
void timer_event (int id_);
private: