]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: replace acl_expr with args in acl fetch_* functions
authorWilly Tarreau <w@1wt.eu>
Mon, 23 Apr 2012 21:55:44 +0000 (23:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:16 +0000 (20:57 +0200)
commit24e32d8c6b6d774dafb4396e7418c82183275ecb
treee62f5a6a89ffea72f5d44ba96d05da4258a89c36
parent32389b7d042f0dfe7e1b11a3f9e3678a6ea226df
MEDIUM: acl: replace acl_expr with args in acl fetch_* functions

Having the args everywhere will make it easier to share fetch functions
between patterns and ACLs. The only place where we could have needed
the expr was in the http_prefetch function which can do well without.
include/proto/acl.h
include/types/acl.h
src/acl.c
src/backend.c
src/frontend.c
src/proto_http.c
src/proto_tcp.c
src/protocols.c
src/session.c