mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
branches2.hpp
This commit is contained in:
parent
c5d7cbcf40
commit
5c5e803c3d
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
class Branch2Tier
|
||||
class Branch2Group
|
||||
{
|
||||
public:
|
||||
uint64_t min_free_space;
|
||||
|
@ -17,5 +17,5 @@ public:
|
|||
uint64_t min_free_space;
|
||||
|
||||
private:
|
||||
std::vector<Branch2Vec> _branches;
|
||||
std::vector<Branch2Group> _branches;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user