summaryrefslogtreecommitdiff
path: root/src/dispatcher.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-29 17:31:57 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-29 17:31:57 +0200
commit37128b7b1aeed9ad2bf6816560b85b5f94dd5bec (patch)
tree41c1147b83feccf5f495f004e3b48952b8756271 /src/dispatcher.hpp
parentc193fd146661b39027c5e3fa0776dcdf8c6af5e2 (diff)
fd_signaler_t renamed to signaler_t
Diffstat (limited to 'src/dispatcher.hpp')
-rw-r--r--src/dispatcher.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispatcher.hpp b/src/dispatcher.hpp
index 6648f5d..ff08abc 100644
--- a/src/dispatcher.hpp
+++ b/src/dispatcher.hpp
@@ -25,7 +25,7 @@
#include <map>
#include <string>
-#include "fd_signaler.hpp"
+#include "signaler.hpp"
#include "ypipe.hpp"
#include "command.hpp"
#include "config.hpp"
@@ -125,7 +125,7 @@ namespace zmq
io_threads_t io_threads;
// Signalers for both application and I/O threads.
- std::vector <fd_signaler_t*> signalers;
+ std::vector <signaler_t*> signalers;
// Pipe to hold the commands.
typedef ypipe_t <command_t, true,