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