mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 11:05:06 +02:00
ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "encoder.hpp"
|
||||
#include "decoder.hpp"
|
||||
#include "options.hpp"
|
||||
#include "../include/zmq.h"
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
@@ -96,6 +97,9 @@ namespace zmq
|
||||
|
||||
options_t options;
|
||||
|
||||
// String representation of endpoint
|
||||
std::string endpoint;
|
||||
|
||||
bool plugged;
|
||||
|
||||
stream_engine_t (const stream_engine_t&);
|
||||
|
Reference in New Issue
Block a user