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.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/poll.hpp') diff --git a/src/poll.hpp b/src/poll.hpp index 535a3b2..3d5157e 100644 --- a/src/poll.hpp +++ b/src/poll.hpp @@ -46,7 +46,7 @@ namespace xs { public: - poll_t (); + poll_t (xs::ctx_t *ctx_, uint32_t tid_); ~poll_t (); // "poller" concept. -- cgit v1.2.3