commit | e02fc4d0dd57c92bbe96f3ff2ae0b890405458f2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Aug 07 13:56:00 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Aug 07 14:20:07 2020 +0200 |
tree | b1854c27c12fed4869b5bed0c2ba8a4227481113 | |
parent | 0eb967d122d3bbc682ad407bff9f21893cd25157 [diff] |
MINOR: arg: Add an argument type to keep a reference on opaque data The ARGT_PTR argument type may now be used to keep a reference to opaque data in the argument array used by sample fetches and converters. It is a generic way to point on data. I guess it could be used for some other arguments, like proxy, server, map or stick-table.