diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-08-12 09:40:16 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-08-12 09:40:16 +0200 |
commit | 059beca59d39d90a8ee0e1b07f840994962ea89e (patch) | |
tree | 007a5d86450c543bb9a362a844ee271115b68c54 /include | |
parent | bda766ab401b6c565fe9c2d0bc80c11bbbe84488 (diff) |
listener/connecter/init/session added
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 2 |
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. |