fd_signaler_t renamed to signaler_t

This commit is contained in:
Martin Sustrik
2010-04-29 17:31:57 +02:00
parent c193fd1466
commit 37128b7b1a
8 changed files with 45 additions and 46 deletions

View File

@@ -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;
}