mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 13:33:39 +08:00
branch2.hpp
This commit is contained in:
parent
9e46159cac
commit
273e69502e
|
@ -7,11 +7,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
BETTER_ENUM(BranchMode,
|
||||
int,
|
||||
RO,
|
||||
RW,
|
||||
NC)
|
||||
BETTER_ENUM(BranchMode,int,RO,RW,NC);
|
||||
|
||||
class Branch2
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user