[TD-5838]<feature> add function of speed test

This commit is contained in:
wangmm0220 2021-08-11 13:59:58 +08:00
parent 2f91838e8e
commit d7311c0eaa
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ typedef struct SShellArguments {
int abort;
int port;
int pktLen;
int pktNum
char* pktType,
int pktNum;
char* pktType;
char* netTestRole;
} SShellArguments;