]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Introduce flags to configure in tcp-check expect rules
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Apr 2020 07:58:42 +0000 (09:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commit12d5740a386b154fa8b004ea5426dc1e7cd4f9af
tree13c65487a1dca30d619eadda552a58620d6ee699
parentf930e4c4df779cd808c81968f872214faedbcfc2
MINOR: checks: Introduce flags to configure in tcp-check expect rules

Instead of having 2 independent integers, used as boolean values, to know if the
expect rule is invered and to know if the matching regexp has captures, we know
use a 32-bits bitfield.
include/types/checks.h
src/checks.c