]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: more conversions and cleanups for alignment
authorMaxime Henrion <mhenrion@haproxy.com>
Tue, 9 Dec 2025 16:26:02 +0000 (11:26 -0500)
committerOlivier Houchard <cognet@ci0.org>
Tue, 9 Dec 2025 16:40:58 +0000 (17:40 +0100)
commit6eedd0d485b3ad3741473b5aa221fc727c928401
tree5304563a96ddceb772b3f7feeb40d740a59b7122
parentbc8e14ec238bacbb48a2b4e610b42ff5a95e2ae2
CLEANUP: more conversions and cleanups for alignment

- 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.
include/haproxy/activity-t.h
include/haproxy/listener.h
include/haproxy/pool-t.h
include/haproxy/thread-t.h
include/haproxy/tinfo-t.h
src/activity.c
src/listener.c
src/task.c