]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: associate "struct sample_storage" to each "struct acl_pattern"
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 22 Nov 2013 18:14:42 +0000 (19:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Dec 2013 22:31:33 +0000 (23:31 +0100)
commitdd69a046662270353c6e8cc170cd53da6887af3a
tree70fa4d5297f72d1a8e7ae3d438bdfd38642281c0
parent8ed9697064cd0fec4881e31d21894e9f2182efce
MEDIUM: acl: associate "struct sample_storage" to each "struct acl_pattern"

This will be used later with maps. Each map will associate an entry with
a sample_storage value.

This patch changes the "parse" prototype and all the parsing methods.
The goal is to associate "struct sample_storage" to each entry of
"struct acl_pattern". Only the "parse" function can add the sample value
into the "struct acl_pattern".
include/proto/acl.h
include/types/acl.h
src/acl.c
src/proto_http.c