branch2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-24 22:06:39 -06:00
parent 3f4daac1a1
commit 3a1aebb875

View File

@ -16,5 +16,6 @@ public:
bool enabled;
Mode mode;
uint64_t min_free_space;
int fd;
ghc::filesystem::path path;
};