mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Problem: monitor events are unversioned
Solution: add monitor event socket option
This commit is contained in:
committed by
Simon Giesecke
parent
2e73554644
commit
01371398e9
@@ -92,7 +92,7 @@ class session_base_t : public own_t, public io_object_t, public i_pipe_events
|
||||
int write_zap_msg (msg_t *msg_);
|
||||
|
||||
socket_base_t *get_socket ();
|
||||
const char *get_endpoint () const;
|
||||
const endpoint_uri_pair_t &get_endpoint () const;
|
||||
|
||||
protected:
|
||||
session_base_t (zmq::io_thread_t *io_thread_,
|
||||
|
||||
Reference in New Issue
Block a user