]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: No more use ->rx_list MT_LIST entry point (quic_rx_packet)
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 24 Aug 2022 16:17:13 +0000 (18:17 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Wed, 24 Aug 2022 16:17:13 +0000 (18:17 +0200)
This quic_rx_packet is definitively no more used.

Should be backported to 2.6 to ease the future backports.

include/haproxy/xprt_quic-t.h

index 39280b8be91e7e149fa9d61978fff5b542111673..6ee7f4298c1aacd612c4b25ed04b052f946f53eb 100644 (file)
@@ -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;