diff options
Diffstat (limited to 'src/reaper.hpp')
-rw-r--r-- | src/reaper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reaper.hpp b/src/reaper.hpp index 0cb31a2..3310145 100644 --- a/src/reaper.hpp +++ b/src/reaper.hpp @@ -60,7 +60,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; |