mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 05:23:41 +08:00
fuse_open.cpp
This commit is contained in:
parent
0b13b5073f
commit
4b8a2908f3
|
@ -38,6 +38,8 @@
|
|||
|
||||
struct PT
|
||||
{
|
||||
PT() {};
|
||||
|
||||
int backing_id;
|
||||
std::mutex mutex;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user