]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cpuset: add ha_cpuset_isset() to check for the presence of a CPU in a set
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Jul 2023 14:39:08 +0000 (16:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Sep 2023 17:39:17 +0000 (19:39 +0200)
commiteb105672547e64825fb00513c031d7d5cde1b564
tree4730171ae16cf729344ba42f28294c7b077dabeb
parentfca3fc0d904296001ba2de697060f5503e7dde02
MINOR: cpuset: add ha_cpuset_isset() to check for the presence of a CPU in a set

This function will be convenient to test for the presence of a given CPU
in a set.
include/haproxy/cpuset.h
src/cpuset.c