summaryrefslogtreecommitdiff
path: root/src/select.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/select.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/select.hpp')
-rw-r--r--src/select.hpp2
1 files changed, 1 insertions, 1 deletions
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.