summaryrefslogtreecommitdiff
path: root/src/reaper.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:10:49 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:10:49 +0900
commit50f225a04422abf64545f5eb36592d8c990b0ae4 (patch)
tree1ad0396c3f32b4e89f80d4abdbf0d9ced6a1e55c /src/reaper.hpp
parente5e9852181947a9c41db9ff3c47e94d66a933161 (diff)
poller_base_t renamed to io_thread_t
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/reaper.hpp')
-rw-r--r--src/reaper.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/reaper.hpp b/src/reaper.hpp
index bc40fac..0e7618b 100644
--- a/src/reaper.hpp
+++ b/src/reaper.hpp
@@ -23,7 +23,7 @@
#include "object.hpp"
#include "mailbox.hpp"
-#include "poller_base.hpp"
+#include "io_thread.hpp"
namespace xs
{
@@ -61,8 +61,8 @@ namespace xs
// Handle associated with mailbox' file descriptor.
handle_t mailbox_handle;
- // I/O multiplexing is performed using a poller object.
- poller_base_t *poller;
+ // I/O multiplexing is performed using an io_thread object.
+ io_thread_t *io_thread;
// Number of sockets being reaped at the moment.
int sockets;