summaryrefslogtreecommitdiffstats
path: root/src/os.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:08:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:08:16 +0000
commit679f9767ea6246b02ce4e8142083878ffb99e4cb (patch)
tree93c6a5781ee409ae9a3b2db88dc0399e33e650fb /src/os.h
parentReleasing debian version 2.4.2+debian-2. (diff)
downloaddnsperf-679f9767ea6246b02ce4e8142083878ffb99e4cb.tar.xz
dnsperf-679f9767ea6246b02ce4e8142083878ffb99e4cb.zip
Merging upstream version 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