summaryrefslogtreecommitdiff
path: root/sysdep/unix/io-loop.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-01-10 13:03:15 +0100
committerMaria Matejka <mq@ucw.cz>2022-02-03 10:30:33 +0100
commit0f6ea957541dc59b15f4e8a42e9ed006345a2a70 (patch)
tree5a6b9d2cfe005baeacf1ccfcd83a4453158d2764 /sysdep/unix/io-loop.h
parentd37513a372b0d5b133f59293af185ec831e2456f (diff)
Explicitly storing and checking loop information in sockets
Diffstat (limited to 'sysdep/unix/io-loop.h')
-rw-r--r--sysdep/unix/io-loop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdep/unix/io-loop.h b/sysdep/unix/io-loop.h
index e5af52d1..1727637a 100644
--- a/sysdep/unix/io-loop.h
+++ b/sysdep/unix/io-loop.h
@@ -36,7 +36,6 @@ struct birdloop
BUFFER(sock *) poll_sk;
BUFFER(struct pollfd) poll_fd;
u8 poll_changed;
- u8 close_scheduled;
_Atomic u32 ping_sent;
int wakeup_fds[2];