aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_util.h
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-18 16:24:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-18 16:24:55 +0000
commit6505f976c2ed431621aad97eae297255bcb5f662 (patch)
tree721420473c607e66455dc8270e13734482d32de5 /src/iperf_util.h
parent7e04f70fe377dec2875e73fdf297a659d37b0a52 (diff)
parentc5cac7b0eb71ebeb6595f85104ae3a5b24356dbe (diff)
downloadiperf3-6505f976c2ed431621aad97eae297255bcb5f662.tar.gz
Upgrade iperf3 to 3.9 am: c5cac7b0eb
Original change: https://android-review.googlesource.com/c/platform/external/iperf3/+/1402114 Change-Id: I64e3d07ca9ebcf8949a256b17cd3a5c08ae4ebfe
Diffstat (limited to 'src/iperf_util.h')
-rw-r--r--src/iperf_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iperf_util.h b/src/iperf_util.h
index 76bfd20..b109af2 100644
--- a/src/iperf_util.h
+++ b/src/iperf_util.h
@@ -54,7 +54,7 @@ const char* get_optional_features(void);
cJSON* iperf_json_printf(const char *format, ...);
-void iperf_dump_fdset(FILE *fp, char *str, int nfds, fd_set *fds);
+void iperf_dump_fdset(FILE *fp, const char *str, int nfds, fd_set *fds);
#ifndef HAVE_DAEMON
extern int daemon(int nochdir, int noclose);