Searched defs:CtxFile (Results 1 – 1 of 1) sorted by relevance
55 struct CtxFile { // The structure cannot be initialized by MEMSET, will rename to CtxTransfer struct56 uint64_t fileSize;57 uint64_t indexIO; // Id or written IO bytes58 uint64_t transferBegin;59 string localName;60 string localPath;61 string remotePath;62 bool master; // Document transmission initiative86 virtual void CheckMaster(CtxFile *context) in CheckMaster() argument