]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: global: remove the nbproc field from the global structure
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 06:08:04 +0000 (08:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 14:52:42 +0000 (16:52 +0200)
commit91358595f86202102fa788926b8b11fd0d110f12
treebd8b2c0603d0d46d0f877cd5f1fba6297c0b751a
parent6185a0343bd74a8fb4321083fe709938bf756b11
CLEANUP: global: remove the nbproc field from the global structure

Let's use 1 in the rare places where it was still referenced since it's
now its only possible value.
include/haproxy/global-t.h
src/haproxy.c
src/sample.c
src/ssl_sock.c
src/stats.c