]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cpuset: add ha_cpuset_or() to bitwise-OR two CPU sets
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Jul 2023 10:08:36 +0000 (12:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Sep 2023 17:39:17 +0000 (19:39 +0200)
commitd3ecc67a01c9021eedc9501e0fbfda1991f377a5
tree81cccdcb1a99cf907e1b14e979d7b6abb86fb5dc
parenteb105672547e64825fb00513c031d7d5cde1b564
MINOR: cpuset: add ha_cpuset_or() to bitwise-OR two CPU sets

This operation was not implemented and will be needed later.
include/haproxy/cpuset.h
src/cpuset.c