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/session_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session_base.cpp') diff --git a/src/session_base.cpp b/src/session_base.cpp index 6c23bb5..2bd5918 100644 --- a/src/session_base.cpp +++ b/src/session_base.cpp @@ -128,7 +128,7 @@ xs::session_base_t::~session_base_t () // If there's still a pending linger timer, remove it. if (has_linger_timer) { - cancel_timer (linger_timer_id); + rm_timer (linger_timer_id); has_linger_timer = false; } -- cgit v1.2.3