]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: Change the acl register struct
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 5 Mar 2014 15:07:08 +0000 (16:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commitc5a4e986390ccb096e1834bf7191184b13c55c4a
tree2fd4662d15f61c22252027783e198336ab4aa234
parent5b16df74b8d4ad65e4e2f7bfb681c64278c79ef2
MEDIUM: acl: Change the acl register struct

This patch replace a lot of pointeur by pattern matching identifier. If
the declared ACL use all the predefined pattern matching functions, the
register function gets the functions provided by "pattern.c" and
identified by the PAT_LATCH_*.

In the case of the acl uses his own functions, they can be declared, and
the acl registration doesn't change it.
include/types/acl.h
src/acl.c
src/payload.c
src/proto_http.c
src/ssl_sock.c