mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 13:33:39 +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_)
|
||||
: mode(Mode::RW)
|
||||
{
|
||||
enabled = v_.at("enabled").as_boolean();
|
||||
mode = Mode::RW;
|
||||
|
|
Loading…
Reference in New Issue
Block a user