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
456d33fc14
commit
200b54baf7
|
@ -10,7 +10,8 @@ class BranchTier
|
|||
{
|
||||
public:
|
||||
BranchTier();
|
||||
BranchTier(toml::value const &);
|
||||
BranchTier(toml::value const &,
|
||||
uint64_t const min_free_space = 0);
|
||||
|
||||
public:
|
||||
std::vector<Branch2>::iterator begin() { return _branches.begin(); }
|
||||
|
|
Loading…
Reference in New Issue
Block a user