MEDIUM: cpu-set: make the proc a single bit field and not an array
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 06:57:56 +0000 (08:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 14:52:42 +0000 (16:52 +0200)
commit44ea631b7765d437302251cf60b7797e96bf1fc3
treec16bf1f916380680ac8be301443a520c3b5c0558
parentbda7c1decd9248ceee1d0b4096566107273b0ab9
MEDIUM: cpu-set: make the proc a single bit field and not an array

We only have a single process now so we don't need to store the per-proc
CPU binding anymore.
include/haproxy/cpuset-t.h
src/cfgparse-global.c
src/haproxy.c