mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-30 02:30:59 +02: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.