mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-01 21:13:44 +08:00
fuse_open.cpp
This commit is contained in:
parent
7471c797ab
commit
ef680945a2
|
@ -38,6 +38,11 @@
|
||||||
|
|
||||||
struct PT
|
struct PT
|
||||||
{
|
{
|
||||||
|
PT(std::mutex &&m)
|
||||||
|
: mutex{m}
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
std::mutex mutex;
|
std::mutex mutex;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user