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