diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 18:01:01 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 18:01:01 +0000 |
| commit | 304b35f770b1d4599e6a76c97cb3e02b19e98445 (patch) | |
| tree | 045c8e83247a9eb27aa4f45d43abba5539eddce6 /src/rpc/skabus-rpccctl.c | |
| parent | 6b13dbadb14e21074e9a54d284b4757337c7c009 (diff) | |
| download | skabus-304b35f770b1d4599e6a76c97cb3e02b19e98445.tar.gz | |
Adapt to skalibs-2.11.0.0, the real one
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/rpc/skabus-rpccctl.c')
| -rw-r--r-- | src/rpc/skabus-rpccctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) ; |
