]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pool: only include pool-os from pool.c not pool.h
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Dec 2022 16:26:50 +0000 (17:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Dec 2022 16:32:40 +0000 (17:32 +0100)
commit76a97a98ca5441913d032ea89201d9129fbcbb6a
tree8827bccd9fc027d278fb427fe3a2f06807e118c3
parent67f89c527f877c1003848e61e9e8af1f7def3045
CLEANUP: pool: only include pool-os from pool.c not pool.h

There's no need for the low-level pool functions to be known from all
callers anymore, they're only used by pool.c. Let's reduce the amount
of header files processed.
include/haproxy/pool.h
src/pool.c