summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_connecter.hpp')
-rw-r--r--src/ipc_connecter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp
index b2ee20d..81edda2 100644
--- a/src/ipc_connecter.hpp
+++ b/src/ipc_connecter.hpp
@@ -57,8 +57,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.