mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 09:55:12 +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…
x
Reference in New Issue
Block a user