]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ring: change the ring reader to use the new vector-based API now
authorWilly Tarreau <w@1wt.eu>
Tue, 27 Feb 2024 06:58:26 +0000 (07:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2024 17:34:19 +0000 (17:34 +0000)
commit01aa0a057c1553590891078854ddbbccf0eeffe3
tree97f58ae6dad32818faa5dd11e04fcf667f12bc9e
parent4e6fadb8a18c0de107a8ed4420f15afd94c9f7ce
MEDIUM: ring: change the ring reader to use the new vector-based API now

The code now looks cleaner and more easily shows what still needs to be
addressed. There are not that many changes in practice, these are mostly
mechanical, essentially hiding the buffer from the callers.
include/haproxy/applet.h
include/haproxy/log.h
include/haproxy/ring.h
src/applet.c
src/log.c
src/ring.c