]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere
authorWilly Tarreau <w@1wt.eu>
Mon, 23 Apr 2012 20:03:39 +0000 (22:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:15 +0000 (20:57 +0200)
commit342acb4775e57d6a5b014400941d5ab8a707d9aa
treea66627b3f74d536a740ad0bc381c133780a7ea69
parentb4a88f067228cdaddfb7eb96a935a9117672911d
MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere

Now there is no more reference to union pattern_data. All pattern fetch and
conversion functions now make use of the common sample type. Note: none of
them adjust the type right now so it's important to do it next otherwise
we would risk sharing such functions with ACLs and seeing them fail.
include/types/pattern.h
src/pattern.c
src/proto_http.c
src/proto_tcp.c
src/stick_table.c