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