MEDIUM: cfgparse: post parsing registration
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Oct 2017 12:36:34 +0000 (14:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 08:15:56 +0000 (10:15 +0200)
commit48b4bb4b09a51a8ef8c0d3692550831bd0c67d95
treeb7793c8f8e54b95d5cac932f9370660bf90ccbd6
parentd2ff56d2a35ac4cbe07ad2c0e0575ecca565d331
MEDIUM: cfgparse: post parsing registration

Allow to register a function which will be called after the
configuration file parsing, at the end of the check_config_validity().

It's useful fo checking dependencies between sections or for resolving
keywords, pointers or values.
include/common/cfgparse.h
src/cfgparse.c