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
ca4dab63cf
commit
2e4fe13aae
|
@ -97,8 +97,8 @@ public:
|
|||
Val
|
||||
find(std::string const &key_) const
|
||||
{
|
||||
Val rv;
|
||||
uint64_t hash;
|
||||
Val rv;
|
||||
|
||||
rv = NULL;
|
||||
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
|
||||
|
|
Loading…
Reference in New Issue
Block a user