CLEANUP: quic: rename frame variables
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 24 Apr 2023 13:32:23 +0000 (15:32 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 24 Apr 2023 13:35:22 +0000 (15:35 +0200)
commitd5f03cd576c249eef29c8a6af915a1eaae7c30bf
tree0cd8024501fd37e9a5c6a7275f1b9044e6fa1fad
parent888c5f283a7bb269d63d32a305e2a5e88121ce0e
CLEANUP: quic: rename frame variables

Rename all frame variables with the suffix _frm. This helps to
differentiate frame instances from other internal objects.

This should be backported up to 2.7.
include/haproxy/quic_conn.h
include/haproxy/quic_frame.h
src/quic_conn.c
src/quic_frame.c
src/quic_stream.c