]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: separe list element from the data part.
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 13 Dec 2013 11:12:18 +0000 (12:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:06 +0000 (18:06 +0100)
commit3ead5b93c6a95bc1583ad16b1847bf175c031e73
tree2f8fa4342c8ce04778f4e2774bde3753ada7eb98
parent1a0fb5dd355a1d4c96554d042bcf09e1b5dc2fba
MINOR: pattern: separe list element from the data part.

This commit separes the "struct list" used for the chain the "struct
pattern" which contain the pattern data. Later, this change will permit
to manipulate lists ans trees with the same "struct pattern".
include/proto/pattern.h
include/types/pattern.h
src/acl.c
src/dumpstats.c
src/map.c
src/pattern.c