mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 14:37:36 +01:00
Code formatting + reverted hard error handshake fail
- Moved new events in draft section + added to zmq_draft.h - Removed the remainning tabs - Reverted the hard error (back to soft error) in curve_server.cpp => The feature doesn't works anymore
This commit is contained in:
@@ -134,7 +134,7 @@ namespace zmq
|
||||
void event_close_failed (const std::string &addr_, int err_);
|
||||
void event_disconnected (const std::string &addr_, zmq::fd_t fd_);
|
||||
void event_handshake_failed(const std::string &addr_, int err_);
|
||||
void event_handshake_succeed(const std::string &addr_, int err_);
|
||||
void event_handshake_succeed(const std::string &addr_, int err_);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user