mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 21:50:49 +01:00
Rename type zmq_monitor_fn -> zmq_monitor for a more natural callback definition API (zmq_monitor type, monitor.function callback)
This commit is contained in:
@@ -125,8 +125,8 @@ namespace zmq
|
||||
typedef std::vector <tcp_address_mask_t> tcp_accept_filters_t;
|
||||
tcp_accept_filters_t tcp_accept_filters;
|
||||
|
||||
// Connection and exceptional state callback function
|
||||
zmq_monitor_fn *monitor;
|
||||
// Connection and exceptional state callback
|
||||
zmq_monitor *monitor;
|
||||
|
||||
// ID of the socket.
|
||||
int socket_id;
|
||||
|
||||
Reference in New Issue
Block a user