commit | e76a027b0b49ae47506e31d5dd4e7909d10c557e | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Thu Dec 15 12:10:03 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 15 16:53:49 2022 +0100 |
tree | 5ebf83921ffe3752deb0b3ff96dc97d00f2d826e | |
parent | 4cf0d3f1e8e2ffc6901dc36644efa31b67d172f1 [diff] |
MINOR: stats: provide ctx for dumping functions This is a minor refactor to allow stats_dump_info_* and stats_dump_fields_* functions to directly access stat ctx pointer instead of explicitly passing stat ctx struct members to them. This will allow dumping functions to benefit from upcoming ctx updates.