mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-12 12:23:37 +08:00
branch2.cpp
This commit is contained in:
parent
6e95e1da01
commit
0ef8b3a2f2
13
src/branch2.hpp
Normal file
13
src/branch2.hpp
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
class Branch2
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
enum class
|
||||||
|
{
|
||||||
|
RO,
|
||||||
|
RW,
|
||||||
|
NC
|
||||||
|
};
|
||||||
|
|
||||||
|
public:
|
||||||
|
bool enabled;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user