haproxy/include
Willy Tarreau 8318885487 MINOR: connection: simplify subscription by adding a registration function
This new function wl_set_waitcb() prepopulates a wait_list with a tasklet
and a context and returns it so that it can be passed to ->subscribe() to
be added to a connection or conn_stream's wait_list. The caller doesn't
need to know all the insiders details anymore this way.
2018-07-19 18:31:07 +02:00
..
common MAJOR: chunks: replace struct chunk with struct buffer 2018-07-19 16:23:43 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: connection: simplify subscription by adding a registration function 2018-07-19 18:31:07 +02:00
types MEDIUM: connections/mux: Revamp the send direction. 2018-07-19 18:31:07 +02:00