summaryrefslogtreecommitdiff
path: root/src/io_thread.cpp
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/io_thread.cpp
parentc193fd146661b39027c5e3fa0776dcdf8c6af5e2 (diff)
fd_signaler_t renamed to signaler_t
Diffstat (limited to 'src/io_thread.cpp')
-rw-r--r--src/io_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_thread.cpp b/src/io_thread.cpp
index 41f7f7d..7d997ad 100644
--- a/src/io_thread.cpp
+++ b/src/io_thread.cpp
@@ -54,7 +54,7 @@ void zmq::io_thread_t::stop ()
send_stop ();
}
-zmq::fd_signaler_t *zmq::io_thread_t::get_signaler ()
+zmq::signaler_t *zmq::io_thread_t::get_signaler ()
{
return &signaler;
}