Merge branch 'master' of github.com:jthornber/thin-provisioning-tools
This commit is contained in:
commit
ae21670fd1
@ -12,7 +12,7 @@ namespace persistent_data {
|
|||||||
class bloom_filter {
|
class bloom_filter {
|
||||||
public:
|
public:
|
||||||
typedef boost::shared_ptr<bloom_filter> ptr;
|
typedef boost::shared_ptr<bloom_filter> ptr;
|
||||||
typedef typename persistent_data::transaction_manager::ptr tm_ptr;
|
typedef persistent_data::transaction_manager::ptr tm_ptr;
|
||||||
|
|
||||||
// nr_bits must be a power of two
|
// nr_bits must be a power of two
|
||||||
bloom_filter(tm_ptr tm,
|
bloom_filter(tm_ptr tm,
|
||||||
|
Loading…
Reference in New Issue
Block a user