mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
branch2.cpp
This commit is contained in:
parent
b1fb9de8cf
commit
3b20b9b7ba
|
@ -19,7 +19,7 @@ Branch2::Branch2()
|
||||||
}
|
}
|
||||||
|
|
||||||
Branch2::Branch2(Branch2 const &v_)
|
Branch2::Branch2(Branch2 const &v_)
|
||||||
enabled(v_.enabled),
|
: enabled(v_.enabled),
|
||||||
mode(v_.mode),
|
mode(v_.mode),
|
||||||
min_free_space(v_.min_free_space),
|
min_free_space(v_.min_free_space),
|
||||||
fd(v_.fd),
|
fd(v_.fd),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user