commit | dd69a046662270353c6e8cc170cd53da6887af3a | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Fri Nov 22 19:14:42 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 02 23:31:33 2013 +0100 |
tree | 70fa4d5297f72d1a8e7ae3d438bdfd38642281c0 | |
parent | 8ed9697064cd0fec4881e31d21894e9f2182efce [diff] |
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".