From 581697695aac72894f2d3fefac904b9d50b3ba67 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 19 Apr 2011 08:08:15 +0200 Subject: Message validity is checked in the runtime Signed-off-by: Martin Sustrik --- include/zmq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/zmq.h b/include/zmq.h index e6fb60d..70197c9 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -137,6 +137,7 @@ ZMQ_EXPORT const char *zmq_strerror (int errnum); /* allows us to pack the stucture tigher and thus improve performance. */ #define ZMQ_MSG_MORE 1 #define ZMQ_MSG_SHARED 128 +#define ZMQ_MSG_MASK 129 /* Merges all the flags */ /* A message. Note that 'content' is not a pointer to the raw data. */ /* Rather it is pointer to zmq::msg_content_t structure */ -- cgit v1.2.3