mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 20:28:56 +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…
x
Reference in New Issue
Block a user