mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
CLEANUP: acl: remove last data fields from the acl_test struct
acl_test doesn't hold ptr nor len anymore, since everything has moved to the temporary pattern.
This commit is contained in:
parent
664092ccc1
commit
aff79da207
1 changed files with 0 additions and 2 deletions
|
|
@ -240,8 +240,6 @@ struct acl_pattern {
|
|||
* retrieving a value, and an acl_match_* function responsible for testing it.
|
||||
*/
|
||||
struct acl_test {
|
||||
char *ptr; /* pointer to beginning of value */
|
||||
int len; /* length of value at ptr, otherwise ignored */
|
||||
int flags; /* ACL_TEST_F_* set to 0 on first call */
|
||||
union { /* fetch_* functions context for any purpose */
|
||||
void *p; /* any pointer */
|
||||
|
|
|
|||
Loading…
Reference in a new issue