]> git.kaiwu.me - haproxy.git/commit
MINOR: check: Remove wake_srv_chk() function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 16:43:26 +0000 (17:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commitd491329de916972c302648e6685154ac40013639
treeb5e18f687bcb4c98ee850efa5ea7be54ac34e5a8
parent9c7c669d7acff347f2fceff89c8d6d2eef72eaa6
MINOR: check: Remove wake_srv_chk() function

wake_srv_chk() function is now only used by srv_chk_io_cb(), the
health-checl I/O callback function. So let's remove it. The code of the
function was moved in srv_chk_io_cb().
include/haproxy/check.h
src/check.c