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
8eb1615a88
commit
f00aea2755
|
@ -36,7 +36,7 @@ class PolicyCache
|
|||
{
|
||||
public:
|
||||
typedef flyweight<std::string> fwstr;
|
||||
typedef boost::concurrent_flat_map<uint64_t,std::string> Map;
|
||||
typedef boost::concurrent_flat_map<uint64_t,fwstr> Map;
|
||||
|
||||
public:
|
||||
PolicyCache(unsigned const max_size_ = 256)
|
||||
|
|
Loading…
Reference in New Issue
Block a user