]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Give checks their own wait_list.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 12 Sep 2018 13:15:12 +0000 (15:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:37:55 +0000 (17:37 +0200)
commit26e1a8f2bfd9bb549219829fb03e9f37da4a6498
tree642166911705b31d40e05869ae9986bc0907e0e1
parentc2aa71108a441ced47c98efffa1d9bb008b15d26
MINOR: checks: Give checks their own wait_list.

Instead of (ab)using the conn_stream's wait_list, which should disappear,
give the checks their own wait_list.
include/types/checks.h
src/checks.c