mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-07 05:33:47 +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.