aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJef Poskanzer <jef@mail.acme.com>2012-12-13 09:37:55 -0800
committerJef Poskanzer <jef@mail.acme.com>2012-12-13 09:37:55 -0800
commitd7613a8e9f7d581d78386c557a6592e4fc8b854c (patch)
treeaf2c2fc91c7398431682c785bb140ac4480648ff /src/main.c
parent5cd3317d98ce4cbc6fdd1df82a6d24ebfeba4f6d (diff)
downloadiperf3-d7613a8e9f7d581d78386c557a6592e4fc8b854c.tar.gz
Allow API client to provide an fd for the client-side control socket.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a8bb24d..96b88e0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -139,4 +139,3 @@ iperf_run(struct iperf_test * test)
return 0;
}
-