diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-01 05:46:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-01 05:46:10 +0000 |
commit | a354fc492df1b05f7fec5bedfffa35217ae8714a (patch) | |
tree | ecf8d85950878e03dd09bd8dc9930766f2f3469a /src/utils | |
parent | bfeba7246b7589443e52eb5f868f175af00e77ae (diff) | |
download | bcnm-a354fc492df1b05f7fec5bedfffa35217ae8714a.tar.xz |
Adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/bcnm-waitif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/bcnm-waitif.c b/src/utils/bcnm-waitif.c index c5fd556..8a2e595 100644 --- a/src/utils/bcnm-waitif.c +++ b/src/utils/bcnm-waitif.c @@ -25,13 +25,13 @@ static inline int check (bcnm_if_link_state_t *tab, size_t n, unsigned int mask, int main (int argc, char const *const *argv) { iopause_fd x = { .events = IOPAUSE_READ } ; - tain_t deadline, tto ; + tain deadline, tto ; int not = 0 ; unsigned int mask = 1 ; unsigned int kbufsize = 131072 ; PROG = "bcnm-waitif" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; unsigned int t = 0 ; for (;;) { |