summaryrefslogtreecommitdiff
path: root/src/kqueue.cpp
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/kqueue.cpp
parent741b0774f729c8934b00009bc76e3842a0610cc1 (diff)
Polling mechnisms updated to cope with io_thread_t removal
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/kqueue.cpp')
-rw-r--r--src/kqueue.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kqueue.cpp b/src/kqueue.cpp
index 982bb43..6a193df 100644
--- a/src/kqueue.cpp
+++ b/src/kqueue.cpp
@@ -44,7 +44,8 @@
#define kevent_udata_t void *
#endif
-xs::kqueue_t::kqueue_t () :
+xs::kqueue_t::kqueue_t (xs::ctx_t *ctx_, uint32_t tid_) :
+ poller_base_t (ctx_, tid_),
stopping (false)
{
// Create event queue