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/select.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/select.cpp') diff --git a/src/select.cpp b/src/select.cpp index 3518c52..1b63685 100644 --- a/src/select.cpp +++ b/src/select.cpp @@ -43,7 +43,8 @@ #include "err.hpp" #include "config.hpp" -xs::select_t::select_t () : +xs::select_t::select_t (xs::ctx_t *ctx_, uint32_t tid_) : + poller_base_t (ctx_, tid_), maxfd (retired_fd), retired (false), stopping (false) -- cgit v1.2.3