From d86ce57abb1afed131692056a2a2b471e8bd2783 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 20:59:48 -0600 Subject: [PATCH] branch_tier.hpp --- src/branch_tier.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/branch_tier.hpp b/src/branch_tier.hpp index bbf680bd..7d5b5abd 100644 --- a/src/branch_tier.hpp +++ b/src/branch_tier.hpp @@ -12,6 +12,9 @@ public: BranchTier(); BranchTier(toml::value const &); +public: + void copy_enabled_rw(BranchTier&); + public: uint64_t min_free_space;