]> git.kaiwu.me - haproxy.git/commit
CLEANUP: Make `lf_expr` parameter of `sess_build_logline_orig()` const
authorTim Duesterhus <tim@bastelstu.be>
Mon, 13 Apr 2026 17:37:26 +0000 (19:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2026 17:59:12 +0000 (19:59 +0200)
commit4cf06a7d23b62b6c91806d33529ee9ac7c501e28
treef45cf0de7f549c88e56b9936a0a92090c2d63524
parent9a5db56a36716c140e2b16d1ce856851e7c1f874
CLEANUP: Make `lf_expr` parameter of `sess_build_logline_orig()` const

Since this is safely possible without making any changes, we can provide this
hint to the compiler.
include/haproxy/log.h
src/log.c