commit | 4fd53d772f6534c2556ef0348a55d25f93a6f479 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 21 14:28:26 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 21 15:53:19 2021 +0100 |
tree | fca09067e11f06c6bb5e7a3d8ec4ec6cad5b2c44 | |
parent | c15dd9214bc714e3f26c6356f1a5c44a8718ee7b [diff] |
MINOR: quic: add const qualifier for traces function 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.