mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Different listener implementations simplified
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user