summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-03-27 14:57:56 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-03-27 14:57:56 +0100
commit842b4dd2e492459cbc0cc79ffdb34ddab8f0b528 (patch)
treea0ee671c8624db7a058d0d6b8ac78fd8d4a0ed73 /include
parent8d8e0857be3d2ab941de443e436061ef82752c17 (diff)
muti-part message functionality available via API
Diffstat (limited to 'include')
-rw-r--r--include/zmq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h
index 1d99254..321b0ac 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -181,6 +181,7 @@ ZMQ_EXPORT int zmq_term (void *context);
#define ZMQ_RCVBUF 12
#define ZMQ_NOBLOCK 1
+#define ZMQ_TBC 2
ZMQ_EXPORT void *zmq_socket (void *context, int type);
ZMQ_EXPORT int zmq_close (void *s);