]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: pass the file and line to config keyword parsers
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 18:02:48 +0000 (20:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 18:02:48 +0000 (20:02 +0200)
commit28a47d64086a475456c0ca918474aa2fd59ed328
treead95a7ab8298ec4b9975c37aee19f690c2c14625
parent51fb7651c40cc6427774ed0fea647abe4c5d1cd6
MINOR: config: pass the file and line to config keyword parsers

This will be needed when we need to create bind config settings.
include/common/cfgparse.h
src/cfgparse.c
src/dumpstats.c
src/proto_tcp.c
src/proxy.c