]> git.kaiwu.me - haproxy.git/commit
MINOR: log: split do_log() in do_log() + do_log_ctx()
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 19 Mar 2026 11:54:23 +0000 (12:54 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 20 Mar 2026 10:41:06 +0000 (11:41 +0100)
commit7466f64c5616c6332f5c12fd3fa79ee56af41562
tree3ae0c090cf7c8f508bd04d7e55c1d087e21878f6
parent15b005fd1e51bb78ae331a55b5a253fa10b165d3
MINOR: log: split do_log() in do_log() + do_log_ctx()

do_log() is just a wrapper to use do_log_ctx() with pre-filled ctx, but
we now have the low-level do_log_ctx() variant which can be used to
pass specific ctx parameters instead.
src/log.c