commit | 97be145991e1adb1ded0b5488ccacf1a7ca099ce | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 10 11:47:14 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 10 11:47:14 2007 +0200 |
tree | de1de08f770f9d6374cb62e9d4e83ed632950f34 | |
parent | bb76891d0ffa5f81a86e426f3e2680132a4ff971 [diff] |
[MINOR] acl: provide a reference to the expr to fetch() The fetch() functions may need to access the full expr to get their args. Turn the void *arg into a struct acl_expr *expr.