]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: Each pattern expression element store the reference struct.
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 28 Jan 2014 14:54:36 +0000 (15:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commit6bb53ff164fb8c9f2fcffddfb017527ffb5cbd1d
tree53e419974731d02c6cf615c98bc37eb998c837e2
parent0d6ba513a5d90e3e32a7e779d98992de8bfffa58
MINOR: pattern: Each pattern expression element store the reference struct.

Now, each pattern entry known the original "struct pat_ref_elt" from
that was built. This patch permit to delete each pattern entry without
confusion. After this patch, each reference can use his pointer to be
targeted.
include/types/pattern.h
src/pattern.c