summaryrefslogtreecommitdiff
path: root/src/ipc_listener.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_listener.hpp')
-rw-r--r--src/ipc_listener.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc_listener.hpp b/src/ipc_listener.hpp
index d2e19df..b599bff 100644
--- a/src/ipc_listener.hpp
+++ b/src/ipc_listener.hpp
@@ -56,7 +56,7 @@ namespace xs
void process_term (int linger_);
// Handlers for I/O events.
- void in_event ();
+ void in_event (fd_t fd_);
// Close the listening socket.
int close ();