summaryrefslogtreecommitdiff
path: root/src/io_thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_thread.hpp')
-rw-r--r--src/io_thread.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_thread.hpp b/src/io_thread.hpp
index 4a53c15..0acb60d 100644
--- a/src/io_thread.hpp
+++ b/src/io_thread.hpp
@@ -77,7 +77,7 @@ namespace xs
mailbox_t mailbox;
// Handle associated with mailbox' file descriptor.
- poller_t::handle_t mailbox_handle;
+ handle_t mailbox_handle;
// I/O multiplexing is performed using a poller object.
poller_t *poller;