From 7668b246fc3cf4a2a3b3ee9b1283ad8a4b12ac4f Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 20 Sep 2009 12:03:14 +0200 Subject: ZMQ_POLL option forces fd_signaler to be used in app_thread --- src/app_thread.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/app_thread.hpp') diff --git a/src/app_thread.hpp b/src/app_thread.hpp index 5fdb92d..4fe67fb 100644 --- a/src/app_thread.hpp +++ b/src/app_thread.hpp @@ -24,7 +24,6 @@ #include "stdint.hpp" #include "object.hpp" -#include "ypollset.hpp" #include "thread.hpp" namespace zmq @@ -40,7 +39,7 @@ namespace zmq ~app_thread_t (); // Returns signaler associated with this application thread. - i_signaler *get_signaler (); + struct i_signaler *get_signaler (); // Nota bene: Following two functions are accessed from different // threads. The caller (dispatcher) is responsible for synchronisation @@ -79,7 +78,7 @@ namespace zmq thread_t::id_t tid; // App thread's signaler object. - ypollset_t pollset; + struct i_signaler *signaler; // Timestamp of when commands were processed the last time. uint64_t last_processing_time; -- cgit v1.2.3