summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-03-24 12:27:06 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-24 12:27:06 +0100
commit8463b4d55e45ea29d5a23f867e7f1c0077279ee7 (patch)
tree2c728398c1a8e7bd9b1bcb938fbce8a543147e1c /src/options.hpp
parentfb27a000d9383b503761d0124e7bd41115d70c9a (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 'src/options.hpp')
-rw-r--r--src/options.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 62ecadf..a1f9f33 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -36,7 +36,6 @@ namespace zmq
int getsockopt (int option_, void *optval_, size_t *optvallen_);
uint64_t hwm;
- int64_t swap;
uint64_t affinity;
blob_t identity;