Fix declaration of iperf_test.bind_port
Signed-off-by: Kevin Constantine <kevin.constantine@gmail.com>
Этот коммит содержится в:
родитель
5fef310cdf
Коммит
90f317355d
@ -172,7 +172,7 @@ struct iperf_test
|
||||
signed char state;
|
||||
char *server_hostname; /* -c option */
|
||||
char *bind_address; /* -B option */
|
||||
int *bind_port; /* -e option */
|
||||
int bind_port; /* -e option */
|
||||
int server_port;
|
||||
int omit; /* duration of omit period (-O flag) */
|
||||
int duration; /* total duration of test (-t flag) */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user