summaryrefslogtreecommitdiff
path: root/src/poll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.cpp')
-rw-r--r--src/poll.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/poll.cpp b/src/poll.cpp
index 4796cdb..622a0ea 100644
--- a/src/poll.cpp
+++ b/src/poll.cpp
@@ -32,7 +32,8 @@
#include "err.hpp"
#include "config.hpp"
-xs::poll_t::poll_t () :
+xs::poll_t::poll_t (xs::ctx_t *ctx_, uint32_t tid_) :
+ poller_base_t (ctx_, tid_),
retired (false),
stopping (false)
{