mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-17 03:52:44 +08:00
branch2.cpp
This commit is contained in:
parent
6e7b9cd452
commit
aaa13d22d7
|
@ -38,7 +38,8 @@ Branch2::Branch2(Branch2 &&v_)
|
|||
v_.fd = -1;
|
||||
}
|
||||
|
||||
Branch2::Branch2(toml::value const &v_)
|
||||
Branch2::Branch2(toml::value const &v_,
|
||||
uint64_t const min_free_space_)
|
||||
: mode(Mode::RW)
|
||||
{
|
||||
enabled = v_.at("enabled").as_boolean();
|
||||
|
|
Loading…
Reference in New Issue
Block a user