]> git.kaiwu.me - haproxy.git/commit
REORG: check: extract the external checks from check.{c,h}
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Jun 2020 13:31:31 +0000 (15:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commitbcc6733fabe26b71620b4c67aa09c163fc42525d
treeb2d19f017ccb026985c89912cc73e20a1f01ad73
parentd604ace94095c94ba47415b21e0195e2a39ac754
REORG: check: extract the external checks from check.{c,h}

The health check code is ugly enough, let's take the external checks
out of it to simplify the code and shrink the file a little bit.
Makefile
include/haproxy/check.h
include/haproxy/extcheck.h [new file with mode: 0644]
src/cfgparse-listen.c
src/check.c
src/extcheck.c [new file with mode: 0644]