]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: add __send_log_set_metadata_sd helper
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 23 May 2024 13:58:59 +0000 (15:58 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 13 Jun 2024 13:43:09 +0000 (15:43 +0200)
commita6e38465fb09a502d3b770408555de3608b85fad
tree7e25546fd102993fa1c2302b3a477ca8529211c1
parent3102c89dde4c49d4f65840f2fd8298da1455f751
MINOR: log: add __send_log_set_metadata_sd helper

Extract sd metadata assignment in __send_log() to make an inline helper
function out of it in order to be able to use it from other functions if
needed.
src/log.c