]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: expose logformat_tag struct
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 22 Feb 2024 18:28:40 +0000 (19:28 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 4 Apr 2024 17:10:01 +0000 (19:10 +0200)
commit8cf5c3d7f0ad83c2fab48a5d482b038b1cbe4efc
tree8c7c63f72cd1006054cf3c1345d48df562281367
parentc85cbc1061522bf656d69a0b108502582b4ea3a8
MINOR: log: expose logformat_tag struct

rename logformat_type internal struct to logformat_tag to to make it less
confusing, then expose logformat_tag struct through header file so that it
can be referenced in other structs.

also rename logformat_keywords[] to logformat_tags[] for better
consistency.
include/haproxy/log-t.h
src/log.c