]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: Refactor init_check and move to checks.c
authorSimon Horman <horms@verge.net.au>
Fri, 30 Jan 2015 02:22:54 +0000 (11:22 +0900)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Feb 2015 23:24:15 +0000 (00:24 +0100)
commitb1900d55dfe0211e9ef5c43de23fa63ab32c5674
tree0fadef1d76c5504df49755ae78dff395a964385b
parentdbf70194b0195ff63d5f7e1accb39d0e77219cdf
MEDIUM: Refactor init_check and move to checks.c

Refactor init_check so that an error string is returned
rather than alerts being printed by it. Also
init_check to checks.c and provide a prototype to allow
it to be used from multiple C files.

Signed-off-by: Simon Horman <horms@verge.net.au>
include/proto/checks.h
src/checks.c
src/server.c