mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-23 07:11:43 +02:00
First, this variable does not need to be publicly exposed because it is only used by stick_table functions. So we declare it as a global static in stick_table.c file. Then, it is useless to use a pointer. Using a plain struct variable avoids any dynamic allocation.