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
9c940d50b4
commit
3b5226b3b1
|
@ -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;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user