summaryrefslogtreecommitdiff
path: root/src/tcp_listener.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-28 16:32:08 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-28 16:32:08 +0200
commitf63db009a1e1baf9f1fe7dae39901c7449c66131 (patch)
treeed18740f05af255b9179c4ebc045f4a1e95d47ca /src/tcp_listener.hpp
parentb45fec337aff8e04bebaf6e898a499f05ee6b0d6 (diff)
Different listener implementations simplified
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/tcp_listener.hpp')
-rw-r--r--src/tcp_listener.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcp_listener.hpp b/src/tcp_listener.hpp
index 857317a..69fde37 100644
--- a/src/tcp_listener.hpp
+++ b/src/tcp_listener.hpp
@@ -51,7 +51,7 @@ namespace zmq
void in_event ();
// Close the listening socket.
- int close ();
+ void close ();
// Accept the new connection. Returns the file descriptor of the
// newly created connection. The function may return retired_fd