Searched defs:CtxFile (Results 1 – 1 of 1) sorted by relevance
80 struct CtxFile { // The structure cannot be initialized by MEMSET, will rename to CtxTransfer struct81 uint64_t fileSize;82 uint64_t dirSize;83 uint64_t indexIO; // Id or written IO bytes84 uint32_t fileCnt; // add for directory mode85 bool isDir; // add for directory mode86 bool targetDirNotExist;87 uint64_t transferBegin;88 uint64_t transferDirBegin;89 string localName;[all …]