mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-09 02:05:32 +08:00
branch2.cpp
This commit is contained in:
parent
90f41c7075
commit
c28e30528f
|
@ -13,7 +13,7 @@ Branch2::Branch2(toml::value const &v_)
|
|||
: mode(Mode::RW)
|
||||
{
|
||||
std::cout << v_ << '\n';
|
||||
|
||||
|
||||
enabled = v_.at("enabled").as_boolean();
|
||||
mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str());
|
||||
min_free_space = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user