fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 09:23:33 -05:00
parent c4798bd137
commit 9c940d50b4

View File

@ -41,8 +41,9 @@ struct PT
PT()
{
}
std::mutex mutex;
int x;
//std::mutex mutex;
};
typedef boost::unordered::concurrent_flat_map<std::string,PT> PTMap;;