]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: connection: uninline the rest of the alloc/free stuff
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 17:11:10 +0000 (19:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commit8de90c71b32ff09c8248ea97db4e80eac7f52b96
tree000cd526deb8429fd1c3a87b0aa5a8577aad7fac
parent7969986c2cb7947ccdfe1a72e6eddab1ff30c5ff
REORG: connection: uninline the rest of the alloc/free stuff

The remaining large functions are those allocating/initializing and
occasionally freeing connections, conn_streams and sockaddr. Let's
move them to connection.c. In fact, cs_free() is the only one-liner
but let's move it along with the other ones since a call will be
small compared to the rest of the work done there.
include/haproxy/connection.h
src/connection.c