mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-17 00:22:45 +08:00
policy_cache.hpp
This commit is contained in:
parent
2c0b03886d
commit
1bbe293450
|
@ -37,7 +37,7 @@
|
|||
class PolicyCache
|
||||
{
|
||||
public:
|
||||
typedef boost::flyweight::flyweight<std::string> Val;
|
||||
typedef boost::flyweight<std::string> Val;
|
||||
typedef boost::concurrent_flat_map<uint64_t,const char*> Map;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user