mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
CLEANUP: quic: No more use ->rx_list MT_LIST entry point (quic_rx_packet)
This quic_rx_packet is definitively no more used. Should be backported to 2.6 to ease the future backports.
This commit is contained in:
parent
15773f2101
commit
f34c1c9568
1 changed files with 0 additions and 1 deletions
|
|
@ -391,7 +391,6 @@ struct quic_dgram {
|
|||
|
||||
struct quic_rx_packet {
|
||||
struct list list;
|
||||
struct mt_list rx_list;
|
||||
struct list qc_rx_pkt_list;
|
||||
struct quic_conn *qc;
|
||||
unsigned char type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue