From ab99975ad44ed0fe9ab651f31cc47d493e7fb77e Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 20 Jun 2011 11:33:54 +0200 Subject: LABEL flag added to the wire format So far there was no distinction between message parts used by 0MQ and message parts used by user. Now, the message parts used by 0MQ are marked as 'LABEL'. Signed-off-by: Martin Sustrik --- src/socket_base.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/socket_base.hpp') diff --git a/src/socket_base.hpp b/src/socket_base.hpp index 69a8aac..f114e9d 100644 --- a/src/socket_base.hpp +++ b/src/socket_base.hpp @@ -189,7 +189,10 @@ namespace zmq // Number of messages received since last command processing. int ticks; - // If true there's a half-read message in the socket. + // True if the last message received had LABEL flag set. + bool rcvlabel; + + // True if the last message received had MORE flag set. bool rcvmore; // Lists of existing sessions. This list is never referenced from -- cgit v1.2.3