From 304b35f770b1d4599e6a76c97cb3e02b19e98445 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Aug 2021 18:01:01 +0000 Subject: Adapt to skalibs-2.11.0.0, the real one Signed-off-by: Laurent Bercot --- src/libskabus/skabus_pub_sendv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libskabus/skabus_pub_sendv.c') diff --git a/src/libskabus/skabus_pub_sendv.c b/src/libskabus/skabus_pub_sendv.c index ff1c743..bc4fa1f 100644 --- a/src/libskabus/skabus_pub_sendv.c +++ b/src/libskabus/skabus_pub_sendv.c @@ -7,7 +7,7 @@ #include -uint64_t skabus_pub_sendv_withfds (skabus_pub_t *a, struct iovec const *v, unsigned int vlen, int const *fds, unsigned int nfds, unsigned char const *bits, tain_t const *deadline, tain_t *stamp) +uint64_t skabus_pub_sendv_withfds (skabus_pub_t *a, struct iovec const *v, unsigned int vlen, int const *fds, unsigned int nfds, unsigned char const *bits, tain const *deadline, tain *stamp) { skabus_pub_send_result_t r ; if (!skabus_pub_sendv_withfds_async(a, v, vlen, fds, nfds, bits, &r)) return 0 ; -- cgit v1.2.3