]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] config: split parser and checker in two functions
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Jun 2009 13:48:36 +0000 (15:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Jun 2009 06:17:17 +0000 (08:17 +0200)
commit915e1ebe63b2137fa1634ebc9553f5b73ae2fd75
tree9bff228c7b70504c678bec28ac30859d797fe9fa
parent3deb3d04183ca98e66d4fd488ffc608885e21f10
[MEDIUM] config: split parser and checker in two functions

This is a first step towards support of multiple configuration files.
Now readcfgfile() only reads a file in memory and performs very minimal
parsing. The checks are performed afterwards.
include/common/cfgparse.h
include/proto/proxy.h
src/cfgparse.c
src/haproxy.c
src/proxy.c