From 2f219d7c287cd518bc77b576e507d7a17c9535e9 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 27 Mar 2010 21:25:40 +0100 Subject: ZMQ_TBC renamed to ZMQ_MORE --- include/zmq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/zmq.h b/include/zmq.h index 321b0ac..a1fcf31 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -105,7 +105,7 @@ ZMQ_EXPORT const char *zmq_strerror (int errnum); // Message flags. ZMQ_MSG_SHARED is strictly speaking not a message flag // (it has no equivalent in the wire format), however, making it a flag // allows us to pack the stucture tigher and thus improve performance. -#define ZMQ_MSG_TBC 1 +#define ZMQ_MSG_MORE 1 #define ZMQ_MSG_SHARED 128 // A message. Note that 'content' is not a pointer to the raw data. @@ -181,7 +181,7 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_RCVBUF 12 #define ZMQ_NOBLOCK 1 -#define ZMQ_TBC 2 +#define ZMQ_MORE 2 ZMQ_EXPORT void *zmq_socket (void *context, int type); ZMQ_EXPORT int zmq_close (void *s); -- cgit v1.2.3