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
@@ -244,7 +244,8 @@ zmq::options_t::options_t () :
|
||||
loopback_fastpath (false),
|
||||
multicast_loop (true),
|
||||
zero_copy (true),
|
||||
router_notify (0)
|
||||
router_notify (0),
|
||||
monitor_event_version (1)
|
||||
{
|
||||
memset (curve_public_key, 0, CURVE_KEYSIZE);
|
||||
memset (curve_secret_key, 0, CURVE_KEYSIZE);
|
||||
|
||||
Reference in New Issue
Block a user