commit | d2ff56d2a35ac4cbe07ad2c0e0575ecca565d331 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Oct 16 11:06:50 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 27 10:14:51 2017 +0200 |
tree | 8ed18332928460b0a77f53fabfed8125c8a363da | |
parent | 2ae327edaf6c96d33dd5acebdb5a9291c3d55ec4 [diff] |
MEDIUM: cfgparse: post section callback This commit implements a post section callback. This callback will be used at the end of a section parsing. Every call to cfg_register_section must be modified to use the new prototype: int cfg_register_section(char *section_name, int (*section_parser)(const char *, int, char **, int), int (*post_section_parser)());