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/rpc/skabus-rpccctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rpc/skabus-rpccctl.c') diff --git a/src/rpc/skabus-rpccctl.c b/src/rpc/skabus-rpccctl.c index e6d8b6a..7c21e69 100644 --- a/src/rpc/skabus-rpccctl.c +++ b/src/rpc/skabus-rpccctl.c @@ -13,7 +13,7 @@ #define USAGE "skabus-rpccctl [ -t timeout ] help|interface|interface-remove|query args..." #define dieusage() strerr_dieusage(100, USAGE) -static tain_t deadline ; +static tain deadline ; static skabus_rpcc_t a = SKABUS_RPCC_ZERO ; static void add_interface (char const *rpccpath, char const *ifname, char const *ifprog, char const *re) @@ -98,7 +98,7 @@ int main (int argc, char const *const *argv) PROG = "skabus-rpccctl" ; { unsigned int t = 0 ; - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "t:T:", &l) ; -- cgit v1.3.1