From 37128b7b1aeed9ad2bf6816560b85b5f94dd5bec Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 29 Apr 2010 17:31:57 +0200 Subject: fd_signaler_t renamed to signaler_t --- src/io_thread.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io_thread.hpp') diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 84b9319..deb03a1 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -26,7 +26,7 @@ #include "object.hpp" #include "poller.hpp" #include "i_poll_events.hpp" -#include "fd_signaler.hpp" +#include "signaler.hpp" namespace zmq { @@ -51,7 +51,7 @@ namespace zmq void stop (); // Returns signaler associated with this I/O thread. - fd_signaler_t *get_signaler (); + signaler_t *get_signaler (); // i_poll_events implementation. void in_event (); @@ -71,7 +71,7 @@ namespace zmq // Poll thread gets notifications about incoming commands using // this signaler. - fd_signaler_t signaler; + signaler_t signaler; // Handle associated with signaler's file descriptor. poller_t::handle_t signaler_handle; -- cgit v1.2.3