summaryrefslogtreecommitdiff
path: root/src/swap.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-28 13:18:53 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-28 13:18:53 +0200
commitbeea535f9d7ff210ea035de190c0d87184ee1963 (patch)
treecfa5f33b45a75144be7e14ebbd4d7f63bfee80d8 /src/swap.hpp
parentd8b975f4e73ae940c0c0f9c8c6c7aac1199fee09 (diff)
swap's block size made into a compile-time parameter
Diffstat (limited to 'src/swap.hpp')
-rw-r--r--src/swap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swap.hpp b/src/swap.hpp
index c9dfd99..76ad339 100644
--- a/src/swap.hpp
+++ b/src/swap.hpp
@@ -38,7 +38,7 @@ namespace zmq
enum { default_block_size = 8192 };
// Creates the swap.
- swap_t (int64_t filesize_, size_t block_size_ = default_block_size);
+ swap_t (int64_t filesize_);
~swap_t ();