]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ring: use ring_size(), ring_area(), ring_head() and ring_tail()
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Mar 2024 15:50:40 +0000 (16:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2024 17:34:19 +0000 (17:34 +0000)
commit80441a6983f2b767ed2a9fc4db0c54766c31e47d
tree2fe196e2446aade849f42cb459738f6ab70e2537
parenta75052d665e42707ff8d7b8fd17e064cf304fcf6
MINOR: ring: use ring_size(), ring_area(), ring_head() and ring_tail()

Some open-coded constructs were updated to make use of the ring accessors
instead. This allows to remove some direct dependencies on the buffers
API a bit more.
src/ring.c
src/sink.c