Initial stab at a context level monitor callback and registration API

This commit is contained in:
Lourens Naudé
2012-05-21 20:47:11 +01:00
parent e13b3723b8
commit 4767159f39
8 changed files with 118 additions and 146 deletions

View File

@@ -125,9 +125,6 @@ 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
zmq_monitor *monitor;
// ID of the socket.
int socket_id;
};