Browse Source

branch2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
afc774d3d5
  1. 1
      src/branch2.hpp

1
src/branch2.hpp

@ -21,6 +21,7 @@ public:
~Branch2(); ~Branch2();
public: public:
bool enabled;
Mode mode; Mode mode;
uint64_t min_free_space; uint64_t min_free_space;
int fd; int fd;

Loading…
Cancel
Save