mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-18 22:07:11 +02:00
Update ZMQ to current git.
This commit is contained in:
3
vendor/ZMQ/src/dist.hpp
vendored
3
vendor/ZMQ/src/dist.hpp
vendored
@@ -51,6 +51,9 @@ class dist_t
|
||||
// Adds the pipe to the distributor object.
|
||||
void attach (zmq::pipe_t *pipe_);
|
||||
|
||||
// Checks if this pipe is present in the distributor.
|
||||
bool has_pipe (zmq::pipe_t *pipe_);
|
||||
|
||||
// Activates pipe that have previously reached high watermark.
|
||||
void activated (zmq::pipe_t *pipe_);
|
||||
|
||||
|
Reference in New Issue
Block a user