commit | 14ee9b8c8babf172edec442db162d1031bd64ce9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 07 11:50:26 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 06 09:21:00 2021 +0200 |
tree | 864fc72403bd5b10b06ea49b185832d732085b60 | |
parent | 02c92c3e6fd9daf2bb7b69c2fa83e03dbb8b800a [diff] |
CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags These flags are used to block, respectively, the output and the input processing. Thus, to be more explicit, H1C_F_WAIT_INPUT is renamed to H1C_F_TX_BLK and H1C_F_WAIT_OUTPUT is renamed to H1C_F_RX_BLK.