mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-01 03:51:28 +02:00
The common macros REGISTER_TYPED_POOL(), DECLARE_TYPED_POOL() and DECLARE_STATIC_TYPED_POOL() will now take two optional arguments, one being the extra size to be added to the structure, and a second one being the desired alignment to enforce. This will permit to specify alignments larger than the default ones promised to the compiler.