]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: promex: Simplify the context using generic pointers for restart points
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 30 Jan 2024 13:36:07 +0000 (14:36 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Feb 2024 11:00:54 +0000 (12:00 +0100)
commit94c444e9d9ff20a37970bfe495ffd74cf850aaaa
treea9f402ef07a49cde81bb852a6ba478d62ada5099
parent5a48a94dcc6debe94cf9955c5a5c6652b3bd7411
MEDIUM: promex: Simplify the context using generic pointers for restart points

Instead of using typed pointers to save the restart points we know use
generic pointers. 4 pointers can be saved now. This replaces the 5 typed
pointers used before. So, we save 8-bytes but it is also more generic and
this will be used by the promex modules.
addons/promex/service-prometheus.c