]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cpuset: move parse_cpu_set() and parse_cpumap() to cpuset.c
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Jul 2023 12:35:11 +0000 (14:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Sep 2023 14:25:19 +0000 (16:25 +0200)
commit4a18d9e56042f6bf0f96051242a59481261c0417
tree133f62a517fae548877d76213353ed95b38520d1
parent5119109e3feb25a1f9d5acbc14375047c0446f79
REORG: cpuset: move parse_cpu_set() and parse_cpumap() to cpuset.c

These ones were still in cfgparse.c but they're not specific to the
config at all and may actually be used even when parsing cpu list
entries in /sys. Better move them where they can be reused.
include/haproxy/cfgparse.h
include/haproxy/cpuset.h
src/cfgparse.c
src/cpuset.c