diff options
Diffstat (limited to 'src/tcp_connecter.hpp')
-rw-r--r-- | src/tcp_connecter.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tcp_connecter.hpp b/src/tcp_connecter.hpp index a174473..5791422 100644 --- a/src/tcp_connecter.hpp +++ b/src/tcp_connecter.hpp @@ -54,8 +54,8 @@ namespace xs void process_plug (); // Handlers for I/O events. - void in_event (); - void out_event (); + void in_event (fd_t fd_); + void out_event (fd_t fd_); void timer_event (int id_); // Internal function to start the actual connection establishment. |