]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic: rename quic_conn conn to qc in quic_conn_free
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 13 Dec 2021 16:07:03 +0000 (17:07 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Dec 2021 09:59:35 +0000 (10:59 +0100)
commit67e6cd50ef9cd2d08822626710671e0604bf7438
tree0de1ef0ac4c8fa1244b578428220b53bd0142b9c
parent47e1f6d4e22aded1b9c576d9a30d877cd59d9b70
CLEANUP: quic: rename quic_conn conn to qc in quic_conn_free

Rename quic_conn from conn to qc to differentiate it from a struct
connection instance. This convention is already used in the majority of
the code.
src/xprt_quic.c