haproxy/include
Amaury Denoyelle c90932bc8e MINOR: cfgparse: use hap_cpuset for parse_cpu_set
Replace the unsigned long parameter by a hap_cpuset. This allows to
address CPU with index greater than LONGBITS.

This function is used to parse the 'cpu-map' statement. However at the
moment, the result is casted back to a long to store it in the global
structure. The next step is to replace ulong in in cpu_map in the
global structure with hap_cpuset.
2021-04-23 16:06:49 +02:00
..
haproxy MINOR: cfgparse: use hap_cpuset for parse_cpu_set 2021-04-23 16:06:49 +02:00
import CLEANUP: compression: remove calls to SLZ init functions 2021-04-22 16:11:19 +02:00