commit | 61cc85223098a962616ececa2d6bdd7809c37fe3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 20 14:54:42 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | dfd7b5fb558565fc3192df92c973a4f2031e42f6 | |
parent | a32a2504b163aa73c9fd56313be0f7abc4306fb3 [diff] |
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).