]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: checks: Reorg checks.c file to be more readable
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Apr 2020 12:54:42 +0000 (14:54 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 08:46:28 +0000 (10:46 +0200)
commit61cc85223098a962616ececa2d6bdd7809c37fe3
treedfd7b5fb558565fc3192df92c973a4f2031e42f6
parenta32a2504b163aa73c9fd56313be0f7abc4306fb3
CLEANUP: checks: Reorg checks.c file to be more readable

The patch is not obvious at the first glance. But it is just a reorg. Functions
have been grouped and ordered in a more logical way. Some structures and flags
are now private to the checks module (so moved from the .h to the .c file).
include/proto/checks.h
include/types/checks.h
src/checks.c