diff --git a/config.toml b/config.toml index 2373510a..1b9706b0 100644 --- a/config.toml +++ b/config.toml @@ -130,7 +130,6 @@ name = 'branch1' type = 'literal' path = '/mnt/branch1' - [[branches.group.branch]] active = true path = '/tmp/mergerfs/a' diff --git a/src/branch2.hpp b/src/branch2.hpp index 600c833f..3cd2b9e1 100644 --- a/src/branch2.hpp +++ b/src/branch2.hpp @@ -11,6 +11,9 @@ public: RW, NC }; + +public: + Branch2(toml::value const &); public: bool enabled;