mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-11 00:44:50 +01:00
Update mechanism API so we can check for ERROR status
This commit is contained in:
@@ -64,7 +64,7 @@ namespace zmq
|
||||
virtual int encode (msg_t *msg_);
|
||||
virtual int decode (msg_t *msg_);
|
||||
virtual int zap_msg_available ();
|
||||
virtual bool is_handshake_complete () const;
|
||||
virtual status_t status () const;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user