]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Move some counters from [rt]x quic_conn anonymous struct
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 4 Aug 2023 15:02:25 +0000 (17:02 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 7 Aug 2023 16:57:45 +0000 (18:57 +0200)
commitf7ab5918d1fb8d00ffd27db6cd3c53ae9b04e11b
tree4b84699539111a2bf11848e9d6175a9d28d75b6d
parenta45f90dd4e2bf65da2b04a78117100534e43c321
MINOR: quic: Move some counters from [rt]x quic_conn anonymous struct

Move rx.bytes, tx.bytes and tx.prep_bytes quic_conn struct member to
bytes anonymous struct (bytes.rx, bytes.tx and bytes.prep member respectively).
They are moved before being defined into a bytes anonoymous struct common to
a future struct to be defined.

Consequently adapt the code.
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
src/quic_conn.c
src/quic_rx.c
src/quic_trace.c
src/quic_tx.c