branches2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-25 07:35:43 -06:00
parent bf75615b38
commit 693444b8ca

View File

@ -12,4 +12,7 @@ class Branches2 : public std::vector<Branch2Vec>
{
public:
uint64_t min_free_space;
private:
std::vector<Branch2Vec> _branches;
};