]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: log: reorder send log helpers by dependency order
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 22 May 2024 13:19:32 +0000 (15:19 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 13 Jun 2024 13:43:09 +0000 (15:43 +0200)
commitee288a4eef1c0d9758741af6a0e67c7c2796442a
tree09039e97157e1e91aa650a1d30ffcf0c5782226c
parentcf913c2f9019c2264986f38da67bed7bed191a24
REORG: log: reorder send log helpers by dependency order

This commit looks messy, but all it does is reorganize send_log() helpers
by dependency order to remove the need of forward-declaring some of them.

Also, since they're all internal helpers, let's explicitly mark them as
static to prevent any misuse.
include/haproxy/log.h
src/log.c