haproxy/include
Olivier Houchard 6ff2039d13 MINOR: connections/mux: Add a new "subscribe" method.
Add a new "subscribe" method for connection, conn_stream and mux, so that
upper layer can subscribe to them, to be called when the event happens.
Right now, the only event implemented is "SUB_CAN_SEND", where the upper
layer can register to be called back when it is possible to send data.

The connection and conn_stream got a new "send_wait_list" entry, which
required to move a few struct members around to maintain an efficient
cache alignment (and actually this slightly improved performance).
2018-07-19 16:23:43 +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: connections/mux: Add a new "subscribe" method. 2018-07-19 16:23:43 +02:00
types MINOR: connections/mux: Add a new "subscribe" method. 2018-07-19 16:23:43 +02:00