mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
branch2.hpp
This commit is contained in:
parent
ed95ce5442
commit
4e03b2b287
|
@ -16,12 +16,7 @@ BETTER_ENUM(BranchMode,
|
||||||
class Branch2
|
class Branch2
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum class Mode
|
using BranchMode Mode;
|
||||||
{
|
|
||||||
RO,
|
|
||||||
RW,
|
|
||||||
NC
|
|
||||||
};
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Branch2(toml::value const &);
|
Branch2(toml::value const &);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user