Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
89b463664b
  1. 5
      src/policy_cache.hpp
  2. 1307
      src/strpool.h

5
src/policy_cache.hpp

@ -49,7 +49,8 @@ public:
} }
public: public:
void
const
char*
insert(std::string const &key_, insert(std::string const &key_,
std::string const &val_) std::string const &val_)
{ {
@ -67,6 +68,8 @@ public:
val_, val_,
token, token,
ptr); ptr);
return ptr;
} }
const const

1307
src/strpool.h
File diff suppressed because it is too large
View File

Loading…
Cancel
Save