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/epoll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/epoll.cpp') diff --git a/src/epoll.cpp b/src/epoll.cpp index 7ca4608..aa13b31 100644 --- a/src/epoll.cpp +++ b/src/epoll.cpp @@ -35,7 +35,7 @@ #include "err.hpp" xs::epoll_t::epoll_t (xs::ctx_t *ctx_, uint32_t tid_) : - poller_base_t (ctx_, tid_), + io_thread_t (ctx_, tid_), stopping (false) { epoll_fd = epoll_create (1); -- cgit v1.2.3