From 238640a526c419392bf2df95de196db89ea6eb73 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 26 Sep 2010 21:42:23 +0200 Subject: timers properly implemented --- src/epoll.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/epoll.hpp') diff --git a/src/epoll.hpp b/src/epoll.hpp index a19fc0d..015e3d8 100644 --- a/src/epoll.hpp +++ b/src/epoll.hpp @@ -53,8 +53,6 @@ namespace zmq void reset_pollin (handle_t handle_); void set_pollout (handle_t handle_); void reset_pollout (handle_t handle_); - void add_timer (int timeout_, struct i_poll_events *events_, int id_); - void cancel_timer (struct i_poll_events *events_, int id_); void start (); void stop (); @@ -80,10 +78,6 @@ namespace zmq typedef std::vector retired_t; retired_t retired; - // List of all the engines waiting for the timer event. - typedef std::vector timers_t; - timers_t timers; - // If true, thread is in the process of shutting down. bool stopping; -- cgit v1.2.3