]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: pool: move the area dump with symbol resolution to tools.c
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Apr 2024 14:18:34 +0000 (16:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Apr 2024 16:01:20 +0000 (18:01 +0200)
commit16e3655fbd0955748892fa2fc75acf82ce9a9665
tree90425dbf3cbf1741148be39f06fc7fcdf486f87c
parentb21aaef4e582758d085a59984d33901e74983a18
REORG: pool: move the area dump with symbol resolution to tools.c

This function is particularly useful to dump unknown areas watching
for opportunistic symbols, so let's move it to tools.c so that we can
reuse it a little bit more.
include/haproxy/tools.h
src/pool.c
src/tools.c