From 915ffaf6e9cd93ff2b9cc273867df6842116fe6e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 22:39:33 -0600 Subject: [PATCH] branch2.hpp --- config.toml | 1 - src/branch2.hpp | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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;