mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 06:08:47 +08:00
fuse_open.cpp
This commit is contained in:
parent
c4798bd137
commit
9c940d50b4
|
@ -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;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user