Searched defs:TransferConfig (Results 1 – 1 of 1) sorted by relevance
24 struct TransferConfig { struct25 uint64_t fileSize;26 uint64_t atime; // ns27 uint64_t mtime; // ns28 string options;29 string path;30 string optionalName;31 bool updateIfNew;32 uint8_t compressType;33 bool holdTimestamp;[all …]