mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 14:37:36 +01:00
Refactor how properties are parsed
This commit is contained in:
@@ -40,6 +40,10 @@ namespace zmq
|
||||
virtual int process_handshake_message (msg_t *msg_);
|
||||
virtual bool is_handshake_complete () const;
|
||||
|
||||
protected:
|
||||
|
||||
virtual int property (const std::string name,
|
||||
const void *value, size_t length);
|
||||
private:
|
||||
|
||||
bool ready_command_sent;
|
||||
|
||||
Reference in New Issue
Block a user