mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-10 07:07:29 +08:00
branch2.cpp
This commit is contained in:
parent
9f06a7de91
commit
5ec9bf26a2
@ -9,7 +9,11 @@
|
||||
|
||||
|
||||
Branch2::Branch2()
|
||||
: mode(Mode::RW)
|
||||
: enabled(false),
|
||||
mode(Mode::RW),
|
||||
min_free_space(0),
|
||||
fd(-1),
|
||||
path()
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user