mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-03 14:03:37 +08:00
branch2.hpp
This commit is contained in:
parent
82b94c955c
commit
ed95ce5442
|
@ -3,8 +3,16 @@
|
|||
#include "ghc/filesystem.hpp"
|
||||
#include "toml.hpp"
|
||||
|
||||
#include "enum.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
BETTER_ENUM(BranchMode,
|
||||
int,
|
||||
RO,
|
||||
RW,
|
||||
NC);
|
||||
|
||||
class Branch2
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user