MINOR: checks: export a few functions that appear often in trace dumps
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Jan 2021 11:35:24 +0000 (12:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Jan 2021 11:35:24 +0000 (12:35 +0100)
commit025fc71b473e56da1f3520d7332cce67a6449404
treef200fae7323834c1f05f7f016a635c96acb78af7
parentac6322dd36f51487e62d02ad01ddb36f008c6ea9
MINOR: checks: export a few functions that appear often in trace dumps

The check I/O handler, process_chk_conn and server_warmup are often
present in complex backtraces as they're impacted by locking or I/O
issues. Let's export them so that they resolve cleanly.
src/check.c