mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
branches2.hpp
This commit is contained in:
+1
-2
@@ -3,7 +3,6 @@
|
||||
#include "branch2.hpp"
|
||||
#include "branch_tier.hpp"
|
||||
|
||||
#include "nonstd/optional.hpp"
|
||||
#include "toml.hpp"
|
||||
|
||||
#include <vector>
|
||||
@@ -25,7 +24,7 @@ public:
|
||||
std::vector<BranchTier>::const_iterator end() const { return _branches.end(); }
|
||||
|
||||
public:
|
||||
nonstd::optional<uint64_t> min_free_space;
|
||||
uint64_t min_free_space;
|
||||
|
||||
private:
|
||||
std::vector<BranchTier> _branches;
|
||||
|
||||
Reference in New Issue
Block a user