]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: use the automatic alignment feature
authorMaxime Henrion <mhenrion@haproxy.com>
Tue, 9 Dec 2025 16:08:58 +0000 (11:08 -0500)
committerOlivier Houchard <cognet@ci0.org>
Tue, 9 Dec 2025 16:14:58 +0000 (17:14 +0100)
commitbc8e14ec238bacbb48a2b4e610b42ff5a95e2ae2
tree23d007e26524da01f55492ec581054e807890395
parent74719dc4577e8e723200e7a1c39da9ae522c0654
CLEANUP: use the automatic alignment feature

- Use the automatic alignment feature instead of hardcoding 64 all over
  the code.
- This also converts a few bare __attribute__((aligned(X))) to using the
  ALIGNED macro.
17 files changed:
dev/haring/haring.c
include/haproxy/bug.h
include/haproxy/connection-t.h
include/haproxy/fd-t.h
include/haproxy/htx-t.h
include/haproxy/listener-t.h
include/haproxy/pattern-t.h
include/haproxy/pool-t.h
include/haproxy/proxy-t.h
include/haproxy/ring-t.h
include/haproxy/server-t.h
include/haproxy/stick_table-t.h
include/haproxy/task.h
include/haproxy/thread-t.h
src/clock.c
src/hlua.c
src/vars.c