]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: store configuration reference for each acl or map pattern.
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 11 Feb 2014 02:31:34 +0000 (03:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commit0d6ba513a5d90e3e32a7e779d98992de8bfffa58
tree1362e8c4bd03e96cb420bbf96bf4cfb64424d1c6
parentd25c842326832f8185d12de0a85cfae1a00b9a97
MINOR: pattern: store configuration reference for each acl or map pattern.

This patch permit to add reference for each pattern reference. This is
useful to identify the acl listed.
include/proto/acl.h
include/proto/pattern.h
include/types/pattern.h
src/acl.c
src/cfgparse.c
src/dumpstats.c
src/map.c
src/pattern.c
src/proto_tcp.c