mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "stdint.hpp"
|
||||
#include "io_object.hpp"
|
||||
#include "tcp_address.hpp"
|
||||
#include "../include/zmq.h"
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
@@ -78,6 +79,9 @@ namespace zmq
|
||||
// Socket the listerner belongs to.
|
||||
zmq::socket_base_t *socket;
|
||||
|
||||
// String representation of endpoint to bind to
|
||||
std::string endpoint;
|
||||
|
||||
tcp_listener_t (const tcp_listener_t&);
|
||||
const tcp_listener_t &operator = (const tcp_listener_t&);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user