mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-17 11:05:06 +02:00
keep _monitor_socket as private member
This commit is contained in:
@@ -172,7 +172,7 @@ TEST_CASE("poll monitor events using active poller", "[monitor]")
|
||||
void addToPoller(zmq::active_poller_t &inActivePoller)
|
||||
{
|
||||
inActivePoller.add(
|
||||
_monitor_socket, zmq::event_flags::pollin,
|
||||
monitor_socket(), zmq::event_flags::pollin,
|
||||
[&](zmq::event_flags ef) { process_event(static_cast<short>(ef)); });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user