]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic: wrong use of eb*entry() macro
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 10 May 2022 13:15:24 +0000 (15:15 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 12 May 2022 15:48:35 +0000 (17:48 +0200)
commita54e49d0b1892ca51cfc2dedd243f7bb353468ba
tree2b3d1e107b65e66dece6425c8215452a0fd692e7
parent36b28ed012427f8d2106620e4a332f256b754c17
CLEANUP: quic: wrong use of eb*entry() macro

This wrong use has no consequence because the ->node member fields of
eb*node structs are the first.
include/haproxy/xprt_quic.h
src/quic_frame.c
src/quic_stream.c
src/xprt_quic.c