mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 03:48:23 +08:00
policy_cache.hpp
This commit is contained in:
parent
099950f5ca
commit
8f1b4476f5
|
@ -32,7 +32,7 @@
|
|||
class PolicyCache
|
||||
{
|
||||
public:
|
||||
typedef boost::concurrent_flat_map<uint64_t,> Map;
|
||||
typedef boost::concurrent_flat_map<uint64_t,const char*> Map;
|
||||
|
||||
public:
|
||||
PolicyCache(unsigned const max_size_ = 256)
|
||||
|
|
Loading…
Reference in New Issue
Block a user