]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: make the process/thread parser support a maximum value
authorWilly Tarreau <w@1wt.eu>
Sat, 26 Jan 2019 12:25:14 +0000 (13:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 26 Jan 2019 12:25:14 +0000 (13:25 +0100)
commitc9a82e48bfd2a8af8b8025c012910c9c56b9cc87
tree294bd14c97f1aa2d966b609d18c5976480bcf300
parent47070339325b4aa859c660397222a027108c2959
MINOR: cfgparse: make the process/thread parser support a maximum value

It was hard-wired to LONGBITS, let's make it configurable depending on the
context (threads, processes).
include/common/cfgparse.h
src/cfgparse-global.c
src/cfgparse-listen.c
src/cfgparse.c
src/cli.c
src/listener.c