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