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
8e0979a515
commit
b3088ec7c9
|
@ -1,3 +1,5 @@
|
|||
#include <stdint.h>
|
||||
|
||||
class Branch2
|
||||
{
|
||||
public:
|
||||
|
@ -11,4 +13,5 @@ public:
|
|||
public:
|
||||
bool enabled;
|
||||
Mode mode;
|
||||
uint64_t min_free_space;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user