]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: Slightly change how parse_process_number works
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Nov 2017 10:21:58 +0000 (11:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 14:38:49 +0000 (15:38 +0100)
commit5ab51775e736511b7e54f42e080dcef76a284da9
tree3241dd61d21a005e3440226d1b8f7fa5ff6aa2b1
parent1dcb9cb81c55366022e45de627bbdfc0154b2509
MINOR: config: Slightly change how parse_process_number works

Now, this function returns a status code to indicate a success (0) or a failure
(1) and the error message in set in <err> parameter. And the result of the parsing
is set in <proc> parameter.
src/cfgparse.c