diff options
Diffstat (limited to 'lib/socket.h')
-rw-r--r-- | lib/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |