aboutsummaryrefslogtreecommitdiff
path: root/src/iperf.h
diff options
context:
space:
mode:
authorR0CKSTAR <yeahdongcn@gmail.com>2015-08-03 09:40:53 +0800
committerR0CKSTAR <yeahdongcn@gmail.com>2015-08-03 09:40:53 +0800
commit7baf44a8b9934e095d01f1204f747ec938bf2178 (patch)
treeea1c4a58c1392db9898ba1bfc66847aee725dec1 /src/iperf.h
parent01b82c9e3c2fb14e2fa9b6abcae6cd19f197d4a8 (diff)
downloadiperf3-7baf44a8b9934e095d01f1204f747ec938bf2178.tar.gz
Missing one file
Diffstat (limited to 'src/iperf.h')
-rwxr-xr-x[-rw-r--r--]src/iperf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iperf.h b/src/iperf.h
index 447eaad..ddda48d 100644..100755
--- a/src/iperf.h
+++ b/src/iperf.h
@@ -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 */