From aaa13d22d72b3f4a3b50d827cdfff4647817b8d8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:27:37 -0500 Subject: [PATCH] branch2.cpp --- src/branch2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/branch2.cpp b/src/branch2.cpp index 89b60974..516eebaf 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -38,7 +38,8 @@ Branch2::Branch2(Branch2 &&v_) v_.fd = -1; } -Branch2::Branch2(toml::value const &v_) +Branch2::Branch2(toml::value const &v_, + uint64_t const min_free_space_) : mode(Mode::RW) { enabled = v_.at("enabled").as_boolean();