summaryrefslogtreecommitdiffstats
path: root/src/os.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:08:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:08:13 +0000
commit8cf1b43148f689d41e29b4ba281b603acd9dd6c6 (patch)
tree4562b8f672b12e680383e0f27cda40a392c4386d /src/os.h
parentAdding upstream version 2.4.2+debian. (diff)
downloaddnsperf-8cf1b43148f689d41e29b4ba281b603acd9dd6c6.tar.xz
dnsperf-8cf1b43148f689d41e29b4ba281b603acd9dd6c6.zip
Adding upstream version 2.5.0+debian.upstream/2.5.0+debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os.h b/src/os.h
index 90ecfaf..da4e09f 100644
--- a/src/os.h
+++ b/src/os.h
@@ -34,11 +34,11 @@ perf_result_t
perf_os_waituntilreadable(struct perf_net_socket* sock, int pipe_fd, int64_t timeout);
perf_result_t
-perf_os_waituntilanyreadable(struct perf_net_socket* socks, unsigned int nfds, int pipe_fd,
+perf_os_waituntilanyreadable(struct perf_net_socket** socks, unsigned int nfds, int pipe_fd,
int64_t timeout);
perf_result_t
-perf_os_waituntilanywritable(struct perf_net_socket* socks, unsigned int nfds, int pipe_fd,
+perf_os_waituntilanywritable(struct perf_net_socket** socks, unsigned int nfds, int pipe_fd,
int64_t timeout);
#endif