mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 14:37:36 +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
@@ -60,7 +60,7 @@ class pgm_receiver_t : public io_object_t, public i_engine
|
||||
bool restart_input ();
|
||||
void restart_output ();
|
||||
void zap_msg_available () {}
|
||||
const char *get_endpoint () const;
|
||||
const endpoint_uri_pair_t &get_endpoint () const;
|
||||
|
||||
// i_poll_events interface implementation.
|
||||
void in_event ();
|
||||
@@ -84,6 +84,8 @@ class pgm_receiver_t : public io_object_t, public i_engine
|
||||
rx_timer_id = 0xa1
|
||||
};
|
||||
|
||||
const endpoint_uri_pair_t _empty_endpoint;
|
||||
|
||||
// RX timer is running.
|
||||
bool has_rx_timer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user