summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-11-02 14:33:58 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-11-02 14:33:58 +0100
commitd20ea25b8c63e148fe48cc2b85bac9c896f1073b (patch)
tree652d550341029adab6926192e580955f3d6593a5 /include
parent8e21d64c974344b5b2b83cac85d12c51392fe74b (diff)
ZMQ_IDENTITY option re-introduced
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
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 e6fc45c..09ed89c 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -170,6 +170,7 @@ ZMQ_EXPORT int zmq_term (void *context);
/* Socket options. */
#define ZMQ_AFFINITY 4
+#define ZMQ_IDENTITY 5
#define ZMQ_SUBSCRIBE 6
#define ZMQ_UNSUBSCRIBE 7
#define ZMQ_RATE 8