mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 09:41:43 +08:00
policy_cache.hpp
This commit is contained in:
parent
3378592f58
commit
0c71f9f7f4
|
@ -38,6 +38,11 @@ public:
|
|||
PolicyCache(unsigned const max_size_ = 256)
|
||||
: _max_size(max_size_)
|
||||
{
|
||||
strpool_config_t config = {0};
|
||||
|
||||
|
||||
|
||||
strpool_init(_strpool,&config);
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user