mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 11:05:06 +02:00
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "i_encoder.hpp"
|
||||
#include "i_decoder.hpp"
|
||||
#include "options.hpp"
|
||||
#include "socket_base.hpp"
|
||||
#include "../include/zmq.h"
|
||||
|
||||
namespace zmq
|
||||
@@ -133,6 +134,9 @@ namespace zmq
|
||||
|
||||
bool plugged;
|
||||
|
||||
// Socket
|
||||
zmq::socket_base_t *socket;
|
||||
|
||||
stream_engine_t (const stream_engine_t&);
|
||||
const stream_engine_t &operator = (const stream_engine_t&);
|
||||
};
|
||||
|
Reference in New Issue
Block a user