]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS
authorWilly Tarreau <w@1wt.eu>
Thu, 15 Apr 2021 14:24:00 +0000 (16:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 13:24:33 +0000 (15:24 +0200)
commit2d6f628d34ea6e8f26b486f31840d3bc2dbf3b88
treef7ff3b1ee4b37da173569fefd776035e869ca30b
parentd5140e7c6f678a8b32cd0416b09d74fad5179c64
MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS

We're going to make the local pool always present unless pools are
completely disabled. This means that pools are always enabled by
default, regardless of the use of threads. Let's drop this notion
of "local" pools and make it just "pool". The equivalent debug
option becomes DEBUG_NO_POOLS instead of DEBUG_NO_LOCAL_POOLS.

For now this changes nothing except the option and dropping the
dependency on USE_THREAD.
Makefile
include/haproxy/pool-t.h
include/haproxy/pool.h
include/haproxy/tinfo-t.h
src/pool.c