]> git.kaiwu.me - haproxy.git/commit
MINOR: config: Export parse_process_number and use it wherever it's applicable
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Nov 2017 11:06:43 +0000 (12:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 14:38:49 +0000 (15:38 +0100)
commitf1f0c5f591334ae00d0eba7898b8b2d6a79594e7
tree2aec1600516c9e4716cd333002cb19c4a608ecdf
parent5ab51775e736511b7e54f42e080dcef76a284da9
MINOR: config: Export parse_process_number and use it wherever it's applicable

This function is used when "bind-process" directive is parsed and when "process"
parameter on a "bind" or a "stats socket" line is parsed.
include/common/cfgparse.h
src/cfgparse.c
src/cli.c
src/listener.c