diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-07-21 18:43:50 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-07-21 18:43:50 +0200 |
commit | 72a793f78ae6c7b544d4c19530c01e8dfd23ccf5 (patch) | |
tree | 88afc8bfb643ccfaefc5965b3a878202fa7a0df2 /include | |
parent | cb2d7156055492839021e84dcc00cc409a3fd2d1 (diff) |
ZMQ_GENERIC renamed to ZMQ_ROUTER
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
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 2ba560e..d18e4e5 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -158,7 +158,7 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_PUSH 8 #define ZMQ_XPUB 9 #define ZMQ_XSUB 10 -#define ZMQ_GENERIC 13 +#define ZMQ_ROUTER 13 /* Socket options. */ #define ZMQ_AFFINITY 4 |