mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 02:53:12 +01:00
fd_signaler_t renamed to signaler_t
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
|
||||
#include "app_thread.hpp"
|
||||
#include "dispatcher.hpp"
|
||||
#include "fd_signaler.hpp"
|
||||
#include "err.hpp"
|
||||
#include "pipe.hpp"
|
||||
#include "config.hpp"
|
||||
@@ -75,7 +74,7 @@ void zmq::app_thread_t::stop ()
|
||||
send_stop ();
|
||||
}
|
||||
|
||||
zmq::fd_signaler_t *zmq::app_thread_t::get_signaler ()
|
||||
zmq::signaler_t *zmq::app_thread_t::get_signaler ()
|
||||
{
|
||||
return &signaler;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user