summaryrefslogtreecommitdiff
path: root/src/poll.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:10:36 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:10:36 +0900
commit7b81a0f67d928f10bd64a478953b025e5e0d63aa (patch)
tree60e1c0e7841c38344528c743fbbe24a8a4b15368 /src/poll.hpp
parent741b0774f729c8934b00009bc76e3842a0610cc1 (diff)
Polling mechnisms updated to cope with io_thread_t removal
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/poll.hpp')
-rw-r--r--src/poll.hpp2
1 files changed, 1 insertions, 1 deletions
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.