haproxy/include
Willy Tarreau 226ef26056 MINOR: compiler: add new alignment macros
This commit adds ALWAYS_ALIGN(), MAYBE_ALIGN() and ATOMIC_ALIGN() to
be placed as delimitors inside structures to force alignment to a
given size. These depend on the architecture's capabilities so that
it is possible to always align, align only on archs not supporting
unaligned accesses at all, or only on those not supporting them for
atomic accesses (e.g. before a lock).
2020-02-25 10:34:43 +01:00
..
common MINOR: compiler: add new alignment macros 2020-02-25 10:34:43 +01:00
import
proto CLEANUP: conn: Do not pass a pointer to likely 2020-02-25 07:30:49 +01:00
types BUILD: remove obsolete support for -mregparm / USE_REGPARM 2020-02-25 07:41:47 +01:00