]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Use ist API as far as possible
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Apr 2020 08:57:42 +0000 (10:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 08:46:28 +0000 (10:46 +0200)
commitb61caf406120ac3e978e571dd24afb8e79cc25dc
treec0c69ab15cc33dfd56ce316953156e62b0597793
parent0417975bdc95ebbd85980f1a066cf7d803fb358a
MINOR: checks: Use ist API as far as possible

Instead of accessing directly to the ist fields, the ist API is used instead. To
get its length or its pointer, to release it or to duplicate it. It is more
readable this way.
src/checks.c