]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ring: make callers use ring_data() and ring_size(), not ring->buf
authorWilly Tarreau <w@1wt.eu>
Tue, 27 Feb 2024 17:54:19 +0000 (18:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2024 17:34:19 +0000 (17:34 +0000)
commit7c9ce715c946d9da8f53c22dc00b3555966ce036
treebf3e81d7414ce6d0af1e45c960c64c8d48ad7134
parentb30fd8cc2d99858deff8c4216c392c62ce7158af
MINOR: ring: make callers use ring_data() and ring_size(), not ring->buf

As we're going to remove the ring's buffer, we don't want callers to access
it directly, so let's use ring_data() and ring_size() instead for this.
src/errors.c
src/mworker.c