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_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libskabus/skabus_pub_send.c') diff --git a/src/libskabus/skabus_pub_send.c b/src/libskabus/skabus_pub_send.c index f41ede3..ffbeac9 100644 --- a/src/libskabus/skabus_pub_send.c +++ b/src/libskabus/skabus_pub_send.c @@ -6,7 +6,7 @@ #include -uint64_t skabus_pub_send_withfds (skabus_pub_t *a, char const *s, size_t len, int const *fds, unsigned int nfds, unsigned char const *bits, tain_t const *deadline, tain_t *stamp) +uint64_t skabus_pub_send_withfds (skabus_pub_t *a, char const *s, size_t len, int const *fds, unsigned int nfds, unsigned char const *bits, tain const *deadline, tain *stamp) { skabus_pub_send_result_t r ; if (!skabus_pub_send_withfds_async(a, s, len, fds, nfds, bits, &r)) return 0 ; -- cgit v1.3.1