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/ipc_connecter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipc_connecter.cpp') diff --git a/src/ipc_connecter.cpp b/src/ipc_connecter.cpp index 243d795..4f353bc 100644 --- a/src/ipc_connecter.cpp +++ b/src/ipc_connecter.cpp @@ -57,7 +57,7 @@ xs::ipc_connecter_t::ipc_connecter_t (class io_thread_t *io_thread_, xs::ipc_connecter_t::~ipc_connecter_t () { if (wait) - cancel_timer (reconnect_timer_id); + rm_timer (reconnect_timer_id); if (handle_valid) rm_fd (handle); -- cgit v1.2.3