summaryrefslogtreecommitdiff
path: root/include/zmq.h
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-12 09:40:16 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-12 09:40:16 +0200
commit059beca59d39d90a8ee0e1b07f840994962ea89e (patch)
tree007a5d86450c543bb9a362a844ee271115b68c54 /include/zmq.h
parentbda766ab401b6c565fe9c2d0bc80c11bbbe84488 (diff)
listener/connecter/init/session added
Diffstat (limited to 'include/zmq.h')
-rw-r--r--include/zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h
index 0bada1e..14c4f44 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -48,7 +48,7 @@ extern "C" {
#define ZMQ_SWAP 3
#define ZMQ_MASK 4
#define ZMQ_AFFINITY 5
-#define ZMQ_SESSIONID 6
+#define ZMQ_IDENTITY 6
// The operation should be performed in non-blocking mode. I.e. if it cannot
// be processed immediately, error should be returned with errno set to EAGAIN.