mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 14:45:38 +02: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
@@ -117,7 +117,7 @@ zmq::session_base_t::session_base_t (class io_thread_t *io_thread_,
|
||||
{
|
||||
}
|
||||
|
||||
const char *zmq::session_base_t::get_endpoint () const
|
||||
const zmq::endpoint_uri_pair_t &zmq::session_base_t::get_endpoint () const
|
||||
{
|
||||
return _engine->get_endpoint ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user