mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 01:53:20 +08:00
branch_tier.hpp
This commit is contained in:
parent
7cd37e81f2
commit
456d33fc14
|
@ -12,9 +12,6 @@ public:
|
|||
BranchTier();
|
||||
BranchTier(toml::value const &);
|
||||
|
||||
public:
|
||||
uint64_t min_free_space;
|
||||
|
||||
public:
|
||||
std::vector<Branch2>::iterator begin() { return _branches.begin(); }
|
||||
std::vector<Branch2>::iterator end() { return _branches.end(); }
|
||||
|
|
Loading…
Reference in New Issue
Block a user