1
1

Fix declaration of iperf_test.bind_port

Signed-off-by: Kevin Constantine <kevin.constantine@gmail.com>
Этот коммит содержится в:
Kevin Constantine 2014-09-15 14:14:10 -07:00
родитель 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) */