mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-05 15:11:07 +01:00
This module can be used to manipulate a cpu sets in a platform agnostic way. Use the type cpu_set_t/cpuset_t if available on the platform, or fallback to unsigned long, which limits de facto the maximum cpu index to LONGBITS.