]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: configuration: File and line propagation
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 11 Feb 2014 13:00:19 +0000 (14:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commiteeaa951726e64d40eedcb43c83ebac087f3952fd
tree47b81047b13a6e65bdbe9f26b3a113a3d2e3f223
parent31db4ae7b457888b911a7f836c57c420ddc1a546
MINOR: configuration: File and line propagation

This patch permits to communicate file and line of the
configuration file at the configuration parser.
12 files changed:
include/proto/log.h
include/proto/pattern.h
include/proto/sample.h
include/types/sample.h
src/acl.c
src/cfgparse.c
src/log.c
src/map.c
src/pattern.c
src/proto_http.c
src/proto_tcp.c
src/sample.c