diff options
Diffstat (limited to 'include/zmq.h')
-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 |