]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Set the tcp-check rule index during parsing
authorGaetan Rivet <grive@u256.net>
Tue, 25 Feb 2020 16:19:17 +0000 (17:19 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit5301b01f991ebb57f23adddca0f144ebab4c52f7
tree98959f063ab6a97099f592c84fca6d2fba03401f
parentfd6c2291bb7e498c2b49bfaa3032e64bbdd78efb
MINOR: checks: Set the tcp-check rule index during parsing

Now the position of a tcp-check rule in a chain is set during the parsing. This
simplify significantly the function retrieving the current step id.
include/types/checks.h
src/checks.c