mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
branches2.hpp
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
||||
|
||||
class Branch2Vec : public std::vector<Branch2>
|
||||
{
|
||||
|
||||
public:
|
||||
uint64_t min_free_space;
|
||||
};
|
||||
|
||||
class Branches2 : public std::vector<Branch2Vec>
|
||||
|
||||
Reference in New Issue
Block a user