mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-30 06:22:00 +01:00
Add const qualifier on arguments of several dump functions used in the trace callback. This is required to be able to replace the first trace argument by a quic_conn instance. The first argument is a const pointer and so the members accessed through it must also be const.