]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: buffers: move some of the heavy functions from buf.h to buf.c
authorWilly Tarreau <w@1wt.eu>
Mon, 30 Sep 2024 13:23:43 +0000 (15:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Oct 2024 14:29:15 +0000 (16:29 +0200)
commitac66df4e2e7fe8b281b3f16278d3e7d2e7a79331
tree98d86929c7457060d177964d4bf4920c95bc6576
parentd288ddb57519ba83034e5eeb78d45018c7d2b0b7
REORG: buffers: move some of the heavy functions from buf.h to buf.c

Over time, some of the buffer management functions grew quite a bit,
and were still forced to remain inlined since all defined in buf.h.
Let's create buf.c and move the heaviest ones there. All those moved
here were above 200 bytes.
Makefile
include/haproxy/buf.h
src/buf.c [new file with mode: 0644]