mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-03 22:13:38 +08:00
branches2.hpp
This commit is contained in:
parent
a024a45cd7
commit
92aca75fab
|
@ -7,5 +7,6 @@ typedef std::vector<Branch2> Branch2Vec;
|
||||||
|
|
||||||
class Branches2 : public std::vector<Branch2Vec>
|
class Branches2 : public std::vector<Branch2Vec>
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
uint64_t min_free_space;
|
uint64_t min_free_space;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user