From aaa766acf7596eb4de7afe6ae0121335f4fd05da Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:04:53 +0900 Subject: cancel_timer function renamed to rm_timer This is more consistent with adjacent add_fd and rm_fd functions. Signed-off-by: Martin Sustrik --- src/io_object.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io_object.hpp') 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_); -- cgit v1.2.3