Declare ZMQ_CONFLATE option

This commit is contained in:
danielkr
2013-08-17 22:59:07 +03:00
parent 4eac7e3e4f
commit d020dd677f
3 changed files with 27 additions and 1 deletions

View File

@@ -142,6 +142,12 @@ namespace zmq
// ID of the socket.
int socket_id;
// If true, socket conflates outgoing/incoming messages.
// Applicable to dealer, push/pull, pub/sub socket types.
// Cannot receive multi-part messages.
// Ignores hwm
bool conflate;
};
}