summaryrefslogtreecommitdiff
path: root/src/kqueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kqueue.cpp')
-rw-r--r--src/kqueue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kqueue.cpp b/src/kqueue.cpp
index 154e498..982bb43 100644
--- a/src/kqueue.cpp
+++ b/src/kqueue.cpp
@@ -141,12 +141,12 @@ void xs::kqueue_t::reset_pollout (handle_t handle_)
}
}
-void xs::kqueue_t::start ()
+void xs::kqueue_t::xstart ()
{
worker.start (worker_routine, this);
}
-void xs::kqueue_t::stop ()
+void xs::kqueue_t::xstop ()
{
stopping = true;
}