MINOR: connections/mux: Add the wait reason(s) to wait_list.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 1 Aug 2018 15:06:43 +0000 (17:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 15:29:53 +0000 (17:29 +0200)
commite1c6dbcd70e7c36dc78301d098c7cd2809fc4cc6
tree97345cb6190c88332f03d5c30ef7aa1c8b9dd07a
parent5d18718c8f85d43d3bc1c172e8538564ce0ad7ce
MINOR: connections/mux: Add the wait reason(s) to wait_list.

Add a new element to the wait_list, that let us know which event(s) we are
waiting on.
include/proto/connection.h
include/types/connection.h
src/connection.c
src/mux_h2.c
src/stream_interface.c