]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: server: move the check-specific parts into a check subsection
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Sep 2012 13:01:02 +0000 (15:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 22:33:14 +0000 (00:33 +0200)
commit5b3a202f789a523f92c58e6597e3c684d85808b2
tree17ed3a3abcdbcfa7706555a4edab85f0a251504a
parentfb56aab4431630f3a4345632140d962e8065c42a
REORG: server: move the check-specific parts into a check subsection

The health checks in the servers are becoming a real mess, move them
into their own subsection. We'll soon need to have a struct buffer to
replace the char * as well as check-specific protocol and transport
layers.
include/types/server.h
src/cfgparse.c
src/checks.c
src/dumpstats.c
src/haproxy.c