From 50f225a04422abf64545f5eb36592d8c990b0ae4 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:10:49 +0900 Subject: poller_base_t renamed to io_thread_t Signed-off-by: Martin Sustrik --- src/poll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/poll.cpp') diff --git a/src/poll.cpp b/src/poll.cpp index 622a0ea..2cb7669 100644 --- a/src/poll.cpp +++ b/src/poll.cpp @@ -33,7 +33,7 @@ #include "config.hpp" xs::poll_t::poll_t (xs::ctx_t *ctx_, uint32_t tid_) : - poller_base_t (ctx_, tid_), + io_thread_t (ctx_, tid_), retired (false), stopping (false) { -- cgit v1.2.3