Browse Source

branch2.hpp

toml4
Antonio SJ Musumeci 11 months ago
parent
commit
3a1aebb875
  1. 1
      src/branch2.hpp

1
src/branch2.hpp

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