mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 08:28:42 +02:00
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.
This commit is contained in:
committed by
Willy Tarreau
parent
c2aa71108a
commit
26e1a8f2bf
@@ -184,6 +184,7 @@ struct check {
|
||||
char **envp; /* the environment to use if running a process-based check */
|
||||
struct pid_list *curpid; /* entry in pid_list used for current process-based test, or -1 if not in test */
|
||||
struct sockaddr_storage addr; /* the address to check */
|
||||
struct wait_list wait_list; /* Waiting for I/O events */
|
||||
char *sni; /* Server name */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user