]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: define dump functions for QCC and QCS
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 31 Jul 2024 15:27:33 +0000 (17:27 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 Aug 2024 13:40:52 +0000 (15:40 +0200)
commiteb4dfa3b36ae949d4a55782417af08f4689096f4
tree16e12cd03a312df6f96ffb93c03fd20063a1617e
parent490cb16d3af03e735b25253a1ac3a641b51760b2
MINOR: mux-quic: define dump functions for QCC and QCS

Extract trace code to dump QCC and QCS instances into dedicated
functions named qmux_dump_qc{c,s}_info(). This will allow to easily
print QCC/QCS infos outside of traces.
include/haproxy/qmux_trace.h
src/qmux_trace.c