summaryrefslogtreecommitdiff
path: root/src/io_object.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:04:53 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:04:53 +0900
commitaaa766acf7596eb4de7afe6ae0121335f4fd05da (patch)
treeaffa1fdb70ba90ae9893d452dea13776faeb6ff4 /src/io_object.hpp
parent71744dc8ef9b59a342b03f7ba2c3699f5ccb862a (diff)
cancel_timer function renamed to rm_timer
This is more consistent with adjacent add_fd and rm_fd functions. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/io_object.hpp')
-rw-r--r--src/io_object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_object.hpp b/src/io_object.hpp
index 61f7523..3236c22 100644
--- a/src/io_object.hpp
+++ b/src/io_object.hpp
@@ -58,7 +58,7 @@ namespace xs
void set_pollout (handle_t handle_);
void reset_pollout (handle_t handle_);
void add_timer (int timout_, int id_);
- void cancel_timer (int id_);
+ void rm_timer (int id_);
// i_poll_events interface implementation.
void in_event (fd_t fd_);