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.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select.hpp') diff --git a/src/select.hpp b/src/select.hpp index 93ab77f..283cc52 100644 --- a/src/select.hpp +++ b/src/select.hpp @@ -56,7 +56,7 @@ namespace xs { public: - select_t (); + select_t (xs::ctx_t *ctx_, uint32_t tid_); ~select_t (); // "poller" concept. -- cgit v1.2.3