diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-04-26 16:51:05 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-04-26 16:51:05 +0200 |
commit | beffee92a8ec9e14cca21e5901970c4d03967c3d (patch) | |
tree | 871f2db9d9fba2d5af62f5f4d514b215b921676b /include | |
parent | 7d9603d722c9c2752dccd0c51f470e68d0e0c48c (diff) |
P2P renamed to PAIR
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index a7638aa..e860146 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -153,7 +153,9 @@ ZMQ_EXPORT int zmq_term (void *context); /* 0MQ socket definition. */ /******************************************************************************/ -/* Socket types. */ +/* Socket types. */ +/* ZMQ_P2P is obsolete and scheduled to be removed in version 2.0.8 */ +#define ZMQ_PAIR 0 #define ZMQ_P2P 0 #define ZMQ_PUB 1 #define ZMQ_SUB 2 |