]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cfgparse: Factor out check initialisation
authorSimon Horman <horms@verge.net.au>
Sat, 23 Feb 2013 06:14:19 +0000 (15:14 +0900)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Nov 2013 08:36:01 +0000 (09:36 +0100)
commit69d29f996b585f275b58d969f6bf5d80b0947617
treeaa47e4a4e422bb3f757ed7c24c0ef8810619b4f6
parent4a741432be66d912796550e95cc371db73bf38a9
MEDIUM: cfgparse: Factor out check initialisation

This is in preparation for struct server having two elements
of type struct check.

Signed-off-by: Simon Horman <horms@verge.net.au>
src/cfgparse.c