fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 09:28:22 -05:00
parent 9c940d50b4
commit 3b5226b3b1

View File

@ -43,7 +43,7 @@ struct PT
}
int x;
//std::mutex mutex;
mutable std::mutex mutex;
};
typedef boost::unordered::concurrent_flat_map<std::string,PT> PTMap;;