mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 16:48:08 +02:00
swap's block size made into a compile-time parameter
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
Reference in New Issue
Block a user