mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-09 02:49:46 +08:00
branches2.hpp
This commit is contained in:
parent
bf75615b38
commit
693444b8ca
|
@ -12,4 +12,7 @@ class Branches2 : public std::vector<Branch2Vec>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
uint64_t min_free_space;
|
uint64_t min_free_space;
|
||||||
|
|
||||||
|
private:
|
||||||
|
std::vector<Branch2Vec> _branches;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user