mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-15 18:52:45 +02:00
This macro should be used to declare variables or struct members depending on the USE_THREAD compile option. It avoids the encapsulation of such declarations between #ifdef/#endif. It is used to declare all lock variables.