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