mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-02 13:47:41 +08:00
branch2.cpp
This commit is contained in:
parent
35b573c5fa
commit
e4717dcbe6
@ -8,6 +8,7 @@ Branch2::Branch2()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Branch2::Branch2(toml::value const &v_)
|
Branch2::Branch2(toml::value const &v_)
|
||||||
|
: mode(Mode::RW)
|
||||||
{
|
{
|
||||||
enabled = v_.at("enabled").as_boolean();
|
enabled = v_.at("enabled").as_boolean();
|
||||||
mode = Mode::RW;
|
mode = Mode::RW;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user