summaryrefslogtreecommitdiff
path: root/src/epoll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/epoll.cpp')
-rw-r--r--src/epoll.cpp2
1 files changed, 1 insertions, 1 deletions
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);