]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: memory: move the pool type definitions to haproxy/pool-t.h
authorWilly Tarreau <w@1wt.eu>
Sat, 30 May 2020 16:27:03 +0000 (18:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit3646777a77d1b68d3ed0eaff1e17167246ceb204
tree72ac3eaaa3a120ea12d4f60323d08ba1055a6fb8
parent606135ac88ae03fa8389ff55673b5574d3519c07
REORG: memory: move the pool type definitions to haproxy/pool-t.h

This is the beginning of the move and cleanup of memory.h. This first
step only extracts type definitions and basic macros that are needed
by the files which reference a pool. They're moved to pool-t.h (since
"pool" is more obvious than "memory" when looking for pool-related
stuff). 3 files which didn't need to include the whole memory.h were
updated.
include/common/memory.h
include/haproxy/pool-t.h [new file with mode: 0644]
include/types/capture.h
include/types/stick_table.h
src/cli.c