Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
bf75615b38
  1. 3
      src/branches2.hpp

3
src/branches2.hpp

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

Loading…
Cancel
Save