commit | f75c640f7b58de309daa2a95d99abd10ee5be494 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 14 15:03:51 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 23 16:06:49 2021 +0200 |
tree | 2af5a14880a0f2823430c325f99b90cdc901eac7 | |
parent | de9d605aa56d257e3720f080a8c7f30b54fa6543 [diff] |
MINOR: cpuset: define a platform-independent cpuset type 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.