mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 18:44:09 +08:00
fuse_open.cpp
This commit is contained in:
parent
9c940d50b4
commit
3b5226b3b1
@ -43,7 +43,7 @@ struct PT
|
|||||||
}
|
}
|
||||||
|
|
||||||
int x;
|
int x;
|
||||||
//std::mutex mutex;
|
mutable std::mutex mutex;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef boost::unordered::concurrent_flat_map<std::string,PT> PTMap;;
|
typedef boost::unordered::concurrent_flat_map<std::string,PT> PTMap;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user