mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-11 19:53:39 +08:00
branch2.hpp
This commit is contained in:
parent
8e0979a515
commit
b3088ec7c9
|
@ -1,3 +1,5 @@
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
class Branch2
|
class Branch2
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -11,4 +13,5 @@ public:
|
||||||
public:
|
public:
|
||||||
bool enabled;
|
bool enabled;
|
||||||
Mode mode;
|
Mode mode;
|
||||||
|
uint64_t min_free_space;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user