fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-12 09:03:01 -05:00
parent e7c76f21cb
commit 003f756ed5
+1 -1
View File
@@ -41,7 +41,7 @@ struct PT
std::mutex mutex;
};
static boost::unordered::concurrent_flat_map<std::string,int> pt;
static boost::unordered::concurrent_flat_map<std::string,PT> pt;
namespace l