mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 03:48:23 +08:00
policy_cache.hpp
This commit is contained in:
parent
281ea05601
commit
7c288d2e20
|
@ -59,7 +59,7 @@ public:
|
|||
const char *ptr;
|
||||
STRPOOL_U64 token;
|
||||
|
||||
hash = wyhash(key_,key_.size(),0xdeadbeef,_wyp);
|
||||
hash = wyhash(key_,keylen_,0xdeadbeef,_wyp);
|
||||
token = strpool_inject(&_strpool,val_.c_str(),val_.size());
|
||||
ptr = strpool_cstr(&_strpool,token);
|
||||
_cache.insert_or_assign(hash,ptr);
|
||||
|
|
Loading…
Reference in New Issue
Block a user