ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state

This commit is contained in:
Lourens Naudé
2012-05-04 02:32:46 +01:00
parent 16ec2868c5
commit 5c6f72c17c
26 changed files with 461 additions and 13 deletions

View File

@@ -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&);