summaryrefslogtreecommitdiff
path: root/src/kqueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kqueue.hpp')
-rw-r--r--src/kqueue.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kqueue.hpp b/src/kqueue.hpp
index 436dadd..676396e 100644
--- a/src/kqueue.hpp
+++ b/src/kqueue.hpp
@@ -53,8 +53,8 @@ namespace xs
void reset_pollin (handle_t handle_);
void set_pollout (handle_t handle_);
void reset_pollout (handle_t handle_);
- void start ();
- void stop ();
+ void xstart ();
+ void xstop ();
private: