Browse Source

branch.hpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
acf46a8fee
  1. 2
      src/branch.hpp

2
src/branch.hpp

@ -60,6 +60,8 @@ public:
public:
Mode mode;
std::string path;
ghc::filesystem::path mount_path;
uint64_t mount_hash_digest;
private:
nonstd::optional<uint64_t> _minfreespace;

Loading…
Cancel
Save