Searched defs:CtxFile (Results 1 – 1 of 1) sorted by relevance
62 struct CtxFile { // The structure cannot be initialized by MEMSET, will rename to CtxTransfer struct63 uint64_t fileSize;64 uint64_t dirSize;65 uint64_t indexIO; // Id or written IO bytes66 uint32_t fileCnt; // add for directory mode67 bool isDir; // add for directory mode68 bool targetDirNotExist;69 uint64_t transferBegin;70 uint64_t transferDirBegin;71 string localName;[all …]