mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-01 00:19:54 +08:00
branch2.cpp
This commit is contained in:
parent
47ff4738f9
commit
b1fb9de8cf
@ -19,12 +19,13 @@ Branch2::Branch2()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Branch2::Branch2(Branch2 const &v_)
|
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Branch2::Branch2(toml::value const &v_)
|
Branch2::Branch2(toml::value const &v_)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user