CLEANUP: quic: rename frame types with an explicit prefix
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 24 Apr 2023 12:26:30 +0000 (14:26 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 24 Apr 2023 13:35:03 +0000 (15:35 +0200)
commit888c5f283a7bb269d63d32a305e2a5e88121ce0e
treec560f73e43c78b1e26d7cc958302073c4d8e444b
parentb73762ad78936b1295cf4f647f5025ed1fbf7a59
CLEANUP: quic: rename frame types with an explicit prefix

Each frame type used in quic_frame union has been renamed with the
following prefix "qf_". 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-t.h
include/haproxy/quic_frame.h
src/quic_conn.c
src/quic_frame.c
src/quic_stream.c