mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 08:07:03 +08:00
branch2.hpp
This commit is contained in:
parent
15f8ba594b
commit
915ffaf6e9
|
@ -130,7 +130,6 @@ name = 'branch1'
|
|||
type = 'literal'
|
||||
path = '/mnt/branch1'
|
||||
|
||||
|
||||
[[branches.group.branch]]
|
||||
active = true
|
||||
path = '/tmp/mergerfs/a'
|
||||
|
|
|
@ -11,6 +11,9 @@ public:
|
|||
RW,
|
||||
NC
|
||||
};
|
||||
|
||||
public:
|
||||
Branch2(toml::value const &);
|
||||
|
||||
public:
|
||||
bool enabled;
|
||||
|
|
Loading…
Reference in New Issue
Block a user