diff options
author | Martin Sustrik <sustrik@turist.(none)> | 2011-10-31 15:44:42 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@turist.(none)> | 2011-10-31 15:44:42 +0100 |
commit | dee8b2360ac0084165401dd61fc485226402124d (patch) | |
tree | 82e8339cd227f5d0d26120d6e3255f47ca953f87 /include | |
parent | 541b83bc02784c721efa3d9dde8f8a191c3c3b7b (diff) |
New style ROUTER socket removed.
Signed-off-by: Martin Sustrik <sustrik@turist.(none)>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index e236b2a..a262d01 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -162,7 +162,6 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_PUSH 8 #define ZMQ_XPUB 9 #define ZMQ_XSUB 10 -#define ZMQ_ROUTER 13 /* Socket options. */ #define ZMQ_AFFINITY 4 |