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