branch2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-25 22:39:33 -06:00
parent 15f8ba594b
commit 915ffaf6e9
2 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,6 @@ name = 'branch1'
type = 'literal'
path = '/mnt/branch1'
[[branches.group.branch]]
active = true
path = '/tmp/mergerfs/a'

View File

@ -11,6 +11,9 @@ public:
RW,
NC
};
public:
Branch2(toml::value const &);
public:
bool enabled;