mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-22 15:31:51 +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.