diff options
Diffstat (limited to 'src/stream_engine.hpp')
-rw-r--r-- | src/stream_engine.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream_engine.hpp b/src/stream_engine.hpp index 472c07a..f246552 100644 --- a/src/stream_engine.hpp +++ b/src/stream_engine.hpp @@ -56,8 +56,8 @@ namespace xs void activate_out (); // i_poll_events interface implementation. - void in_event (); - void out_event (); + void in_event (fd_t fd_); + void out_event (fd_t fd_); private: |