diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h index 3d40c08..7de421b 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -158,6 +158,8 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_PUSH 8 #define ZMQ_XPUB 9 #define ZMQ_XSUB 10 +#define ZMQ_ROUTER 11 +#define ZMQ_DEALER 12 /* Socket options. */ #define ZMQ_AFFINITY 4 |