Browse Source

branch2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
915ffaf6e9
  1. 1
      config.toml
  2. 3
      src/branch2.hpp

1
config.toml

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

3
src/branch2.hpp

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

Loading…
Cancel
Save