diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-03-24 12:27:06 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-03-24 12:27:06 +0100 |
commit | 8463b4d55e45ea29d5a23f867e7f1c0077279ee7 (patch) | |
tree | 2c728398c1a8e7bd9b1bcb938fbce8a543147e1c /include | |
parent | fb27a000d9383b503761d0124e7bd41115d70c9a (diff) |
SWAP functionality removed
On-disk storage should be implemented in devices rather than
in 0MQ core. 0MQ is a networking library and there's no point
in storing network buffers on disk.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
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 cd1bc90..aa16554 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -184,7 +184,6 @@ ZMQ_EXPORT int zmq_term (void *context); /* Socket options. */ #define ZMQ_HWM 1 -#define ZMQ_SWAP 3 #define ZMQ_AFFINITY 4 #define ZMQ_IDENTITY 5 #define ZMQ_SUBSCRIBE 6 |