summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-11 10:26:47 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-11 10:26:47 +0200
commit00cf3ceb8da8cb58b343cb75798a042588f09752 (patch)
treea4f9909842d45f5467b42fe1400206c3d996ceaa /include
parent6fea42258348c8489d2cd64ca0e92981148134f8 (diff)
multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE
Diffstat (limited to 'include')
-rw-r--r--include/zmq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h
index e2b5436..55e7cd7 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -179,8 +179,11 @@ ZMQ_EXPORT int zmq_term (void *context);
#define ZMQ_MCAST_LOOP 10
#define ZMQ_SNDBUF 11
#define ZMQ_RCVBUF 12
+#define ZMQ_RCVMORE 13
#define ZMQ_NOBLOCK 1
+#define ZMQ_SNDMORE 2
+// Obsolete:
#define ZMQ_MORE 2
ZMQ_EXPORT void *zmq_socket (void *context, int type);