diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:10:36 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:10:36 +0900 |
commit | 7b81a0f67d928f10bd64a478953b025e5e0d63aa (patch) | |
tree | 60e1c0e7841c38344528c743fbbe24a8a4b15368 /src/kqueue.hpp | |
parent | 741b0774f729c8934b00009bc76e3842a0610cc1 (diff) |
Polling mechnisms updated to cope with io_thread_t removal
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/kqueue.hpp')
-rw-r--r-- | src/kqueue.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kqueue.hpp b/src/kqueue.hpp index 676396e..f3350b9 100644 --- a/src/kqueue.hpp +++ b/src/kqueue.hpp @@ -43,7 +43,7 @@ namespace xs { public: - kqueue_t (); + kqueue_t (xs::ctx_t *ctx_, uint32_t tid_); ~kqueue_t (); // "poller" concept. |