]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Export QUIC CLI code from quic_conn.c
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Jul 2023 09:51:02 +0000 (11:51 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 27 Jul 2023 08:51:03 +0000 (10:51 +0200)
commit953e67abb6fe20dd1d35c4efa10c86b29ade60c5
tree03131e440f9b0a08a5c9144fc0e4f9158ce2171a
parent6334f4f6c555984e9cb40f28620cf8ddf491ca43
MINOR: quic: Export QUIC CLI code from quic_conn.c

To accelerate the compilation of quic_conn.c file, export the code in relation
with the QUIC CLI from quic_conn.c to quic_cli.c.
Makefile
include/haproxy/quic_cli-t.h [new file with mode: 0644]
src/quic_cli.c [new file with mode: 0644]
src/quic_conn.c