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' type = 'literal'
path = '/mnt/branch1' path = '/mnt/branch1'
[[branches.group.branch]] [[branches.group.branch]]
active = true active = true
path = '/tmp/mergerfs/a' path = '/tmp/mergerfs/a'

3
src/branch2.hpp

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

Loading…
Cancel
Save