Searched defs:TransTestInfo (Results 1 – 2 of 2) sorted by relevance
85 struct TransTestInfo { struct86 string mySessionName;87 string peerSessionName;88 int32_t testCnt;89 int32_t sendNum;90 int32_t dataType;91 const char **sfileList;92 const char **dfileList;93 int32_t sfileCnt;
69 } TransTestInfo; typedef