haproxy/include
William Lallemand d2ff56d2a3 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)());
2017-10-27 10:14:51 +02:00
..
common MEDIUM: cfgparse: post section callback 2017-10-27 10:14:51 +02:00
import IMPORT: sha1: import SHA1 functions 2017-10-25 04:45:48 +02:00
proto MEDIUM: connection: make use of CO_FL_WILL_UPDATE in conn_sock_shutw() 2017-10-25 15:52:41 +02:00
types MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted 2017-10-25 15:52:41 +02:00