commit | 1e308ffc79bfaa3bedff2da90e768d0538f7488f | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Oct 12 18:14:12 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Oct 13 16:38:56 2021 +0200 |
tree | ac736596af84345b325461e994ccbd4a32b5daf0 | |
parent | cae07919422afa4f865fe325b1248ce26aa8d8c6 [diff] |
MINOR: mux: remove last occurences of qcc ring buffer The mux tx buffers have been rewritten with buffers attached to qcs instances. qc_buf_available and qc_get_buf functions are updated to manipulates qcs. All occurences of the unused qcc ring buffer are removed to ease the code maintenance.