mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 05:37:31 +08:00
policy_cache.hpp
This commit is contained in:
parent
4fbb8cd232
commit
106ab922a0
|
@ -73,6 +73,14 @@ public:
|
|||
return ptr;
|
||||
}
|
||||
|
||||
const
|
||||
char*
|
||||
insert(char const *key_,
|
||||
std::string const &val_)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
const
|
||||
char*
|
||||
insert(std::string const &key_,
|
||||
|
|
Loading…
Reference in New Issue
Block a user