mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 02:03:26 +02: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.