Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
1bbe293450
  1. 2
      src/policy_cache.hpp

2
src/policy_cache.hpp

@ -37,7 +37,7 @@
class PolicyCache class PolicyCache
{ {
public: public:
typedef boost::flyweight::flyweight<std::string> Val;
typedef boost::flyweight<std::string> Val;
typedef boost::concurrent_flat_map<uint64_t,const char*> Map; typedef boost::concurrent_flat_map<uint64_t,const char*> Map;
public: public:

Loading…
Cancel
Save