MINOR: log: add do_log_parse_act() helper func
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 1 Oct 2024 15:55:55 +0000 (17:55 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 4 Oct 2024 19:38:08 +0000 (21:38 +0200)
commit0e271f1d2a29089a566f1f30323d92cda6988506
tree1dd70f1c435932c014cebc7d8edc5decaaef9084
parente63c7da5085702c1e3782dc135655bcd1a442d9c
MINOR: log: add do_log_parse_act() helper func

Function may be used from places where per-context actions are usually
registered (tcp_act.c, http_act.c, quic_rules.c.. to name a few) in
order to expose the do_log() action.
include/haproxy/log.h
src/log.c