Remove the LTTNG_PACKED macro
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 17 Mar 2021 20:31:53 +0000 (16:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Mar 2021 12:28:35 +0000 (08:28 -0400)
commit9f5ade14faf36df6429d9c6e1d0360854a5669d0
treeb07f58e63ce64fb76ad4cfb1aca2ee6c22e410c1
parentb15c4010a54a79e955d82b46826d14c882276669
Remove the LTTNG_PACKED macro

We already use __attribute__((packed)) directly in some public headers.
Remove the LTTNG_PACKED macro and replace it with the literal attribute.

The LTTNG_PACKED macro was meant to support Cygwin, but the Cygwin
LTTng-UST support was never completed.

Change-Id: I8bf5d3db94b979e16bf9b9b5c582b85b6b73f10b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-abi.h
include/lttng/ust-compiler.h
include/lttng/ust-ctl.h
include/lttng/ust-events.h
include/ust-comm.h
liblttng-ust/bytecode.h
This page took 0.025086 seconds and 4 git commands to generate.