mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-26 22:20:59 +01:00
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.