mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-17 19:46:49 +02:00
This patch adds ha_spin_init() and ha_rwlock_init() which are used as a callback to initialise locks at boot time. They perform exactly the same as HA_SPIN_INIT() or HA_RWLOCK_INIT() but from within a real function.