]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy/checks: Register a keyword to parse external-check rules
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 9 Apr 2020 16:12:08 +0000 (18:12 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commite9111b6892b8d8dc7f6e4daed0d7b959923b4e00
tree72bcf76db059352ff233a0610c17fc862235fc06
parent6f5579160ac6e3860d610656c44aefbc246d0d8c
MINOR: proxy/checks: Register a keyword to parse external-check rules

The keyword 'external-check' is now parsed in a dedicated callback
function. Thus the code to parse these rules is now located in checks.c.
src/cfgparse-listen.c
src/checks.c