From 7b81a0f67d928f10bd64a478953b025e5e0d63aa Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:10:36 +0900 Subject: Polling mechnisms updated to cope with io_thread_t removal Signed-off-by: Martin Sustrik --- src/poll.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/poll.cpp') 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) { -- cgit v1.2.3