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_sendpm_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libskabus/skabus_pub_sendpm_async.c') diff --git a/src/libskabus/skabus_pub_sendpm_async.c b/src/libskabus/skabus_pub_sendpm_async.c index d43b01f..dd7aeec 100644 --- a/src/libskabus/skabus_pub_sendpm_async.c +++ b/src/libskabus/skabus_pub_sendpm_async.c @@ -20,7 +20,7 @@ int skabus_pub_sendpm_withfds_async (skabus_pub_t *a, char const *idstr, char co { .iov_base = (char *)idstr, .iov_len = idlen+1 }, { .iov_base = (char *)s, .iov_len = len } } ; - unixmessage_v_t m = { .v = v, .vlen = 3, .fds = (int *)fds, .nfds = nfds } ; + unixmessagev m = { .v = v, .vlen = 3, .fds = (int *)fds, .nfds = nfds } ; if (idlen > SKABUS_PUB_IDSTR_SIZE) return (errno = ERANGE, 0) ; tmp[1] = (unsigned char)idlen ; return skaclient_putmsgv_and_close(&a->connection, &m, bits, &skabus_pub_send_cb, result) ; -- cgit v1.3.1