mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-14 18:24:08 +02:00
A RW lock has been added to the vars structure to protect each list of variables. And a global RW lock is used to protect registered names. When a varibable is fetched, we duplicate sample data because the variable could be modified by another thread.