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
4c70a972bb
commit
7219439f13
|
@ -54,8 +54,7 @@ public:
|
|||
}
|
||||
|
||||
public:
|
||||
const
|
||||
char*
|
||||
Val
|
||||
insert(char const *key_,
|
||||
size_t const keylen_,
|
||||
std::string const &val_)
|
||||
|
@ -77,7 +76,7 @@ public:
|
|||
return val;
|
||||
}
|
||||
|
||||
Key
|
||||
Val
|
||||
insert(char const *key_,
|
||||
std::string const &val_)
|
||||
{
|
||||
|
@ -95,7 +94,7 @@ public:
|
|||
val_);
|
||||
}
|
||||
|
||||
Key
|
||||
Val
|
||||
find(std::string const &key_) const
|
||||
{
|
||||
uint64_t hash;
|
||||
|
|
Loading…
Reference in New Issue
Block a user