From 03bf6b90879bb6e5f0fab05a61a843bb437dd30a Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 28 Jul 2022 19:22:48 +0200 Subject: Revert "Adding a generic cork mechanism for events" This reverts commit 6e841b3153565632b6753f6b1fe74850c37f2808. --- lib/socket.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/socket.h') diff --git a/lib/socket.h b/lib/socket.h index ff07660f..5bdab7f3 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -57,7 +57,6 @@ typedef struct birdsock { uint fast_rx; /* RX has higher priority in event loop */ uint rbsize; int (*rx_hook)(struct birdsock *, uint size); /* NULL=receiving turned off, returns 1 to clear rx buffer */ - struct event_cork *cork; /* Cork to temporarily stop receiving data */ byte *tbuf, *tpos; /* NULL=allocate automatically */ byte *ttx; /* Internal */ -- cgit v1.2.3