commit | c48c90dfa5ea4f3b12e0149df299b20855591c0c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 11 16:56:48 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 03 02:12:58 2013 +0200 |
tree | fb1e4cd63523f40c7b70b7a6cd1535b1de3ee3b1 | |
parent | 8ed669b12af309220d60951446282747ec15c906 [diff] |
MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's Now that ACLs solely rely on sample fetch functions, make them use the same arg mask. All inconsistencies have been fixed separately prior to this patch, so this patch almost only adds a new pointer indirection and removes all references to ARG*() in the definitions. The parsing is still performed by the ACL code though.