]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: provide sending log context to process_send_log() when available
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 22 Feb 2024 10:29:20 +0000 (11:29 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 13 Jun 2024 13:43:09 +0000 (15:43 +0200)
commit2a91bd52adf5ae0b509903e4500db8d222cb96d9
tree2f8f013e05787c2fdf9852815187e4fc4de89148
parent0b7a5a64eb51ce4b22866064caa1c8e08ee17b8c
MINOR: log: provide sending log context to process_send_log() when available

This is another prerequisite work in preparation for log-profiles: in this
patch we make process_send_log() aware of the log origin, primarily aiming
for sess and txn logging steps such as error, accept, connect, close, as
well as relevant sess and stream pointers.
include/haproxy/log-t.h
include/haproxy/log.h
include/haproxy/stream-t.h
src/cli.c
src/frontend.c
src/http_ana.c
src/log.c
src/stream.c