]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords
authorWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 17:47:01 +0000 (19:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 19:28:17 +0000 (21:28 +0200)
commit0a3dd74c9cd24ab77178c9ccc65c577a91648cef
treee3e79b691b347167275ee96f7ec9e533725df6bc
parenta93c74be5c369eb7cd1c8af9aabed64dc7cf3871
MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords

All keywords registered using a cfg_kw_list now make use of the new error reporting
framework. This allows easier and more precise error reporting without having to
deal with complex buffer allocation issues.
include/common/cfgparse.h
include/proto/session.h
src/cfgparse.c
src/dumpstats.c
src/proto_tcp.c
src/proxy.c
src/session.c