]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: merge same pattern
authorThierry FOURNIER <tfournier@exceliance.fr>
Mon, 20 Jan 2014 13:29:33 +0000 (14:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commitc5959fd5d4f9bc5b1700fe9acb6fa3af72700c15
treea141a85dd5351ea0cd482f51823868cdcced720b
parent1e00d3853bcfcb8734ccc09b391c1202b87b1ea4
MEDIUM: pattern: merge same pattern

Sometimes the same pattern file is used with the same index, parse and
parse_smp functions. If this two condition are true, these two pattern
are identical and the same struct can be used.
include/types/pattern.h
src/acl.c
src/dumpstats.c
src/pattern.c