mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 20:49:55 +08:00
branches2.hpp
This commit is contained in:
parent
d80773ceb8
commit
3724318306
|
@ -1,18 +1,10 @@
|
||||||
#include "branch2.hpp"
|
#include "branch2.hpp"
|
||||||
|
#include "branch_tier.hpp"
|
||||||
|
|
||||||
#include "toml.hpp"
|
#include "toml.hpp"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class Branch2Tier
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
uint64_t min_free_space;
|
|
||||||
|
|
||||||
private:
|
|
||||||
std::vector<Branch2> _branches;
|
|
||||||
};
|
|
||||||
|
|
||||||
class Branches2
|
class Branches2
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user