Missing one file

This commit is contained in:
R0CKSTAR 2015-08-03 09:40:53 +08:00
parent 01b82c9e3c
commit 7baf44a8b9

1
src/iperf.h Normal file → Executable file
View File

@ -202,6 +202,7 @@ struct iperf_test
struct protocol *protocol;
signed char state;
char *server_hostname; /* -c option */
char *tmp_path; /* -c option */
char *bind_address; /* first -B option */
TAILQ_HEAD(xbind_addrhead, xbind_entry) xbind_addrs; /* all -X opts */
int bind_port; /* --cport option */