haproxy/include
Olivier Houchard fa8aa867b9 MEDIUM: connections: Change struct wait_list to wait_event.
When subscribing, we don't need to provide a list element, only the h2 mux
needs it. So instead, Add a list element to struct h2s, and use it when a
list is needed.
This forces us to use the unsubscribe method, since we can't just unsubscribe
by using LIST_DEL anymore.
This patch is larger than it should be because it includes some renaming.
2018-10-11 15:34:39 +02:00
..
common OPTIM: tools: optimize my_ffsl() for x86_64 2018-10-10 19:24:23 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: connections: Change struct wait_list to wait_event. 2018-10-11 15:34:39 +02:00
types MEDIUM: connections: Change struct wait_list to wait_event. 2018-10-11 15:34:39 +02:00