mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
policy_cache.hpp
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
find(std::string const &key_) const
|
||||
{
|
||||
uint64_t hash;
|
||||
Key rv;
|
||||
Val rv;
|
||||
|
||||
rv = NULL;
|
||||
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
|
||||
|
||||
Reference in New Issue
Block a user