mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-23 18:40:59 +01:00
- Convert additional cases to use the automatic alignment feature for the THREAD_ALIGN(ED) macros. This includes some cases that are less obviously correct where it seems we wanted to align only in the USE_THREAD case but were not using the thread specific macros. - Also move some alignment requirements to the structure definition instead of having it on variable declaration.