commit | 5ab51775e736511b7e54f42e080dcef76a284da9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 22 11:21:58 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 24 15:38:49 2017 +0100 |
tree | 3241dd61d21a005e3440226d1b8f7fa5ff6aa2b1 | |
parent | 1dcb9cb81c55366022e45de627bbdfc0154b2509 [diff] |
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.