X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-compiler.h;h=1d04da1ac39857a6d35533794e7341fefb99ce4d;hb=b3f60bbfff0d8b4ead55c0dc7f21985ffb70997e;hp=d93db35e39419c335674ffe4d9d768b3e2aade69;hpb=a719be6472181c3d633c17b7f8e877f420d0c358;p=lttng-ust.git diff --git a/include/lttng/ust-compiler.h b/include/lttng/ust-compiler.h index d93db35e..1d04da1a 100644 --- a/include/lttng/ust-compiler.h +++ b/include/lttng/ust-compiler.h @@ -25,5 +25,6 @@ */ #define lttng_ust_notrace __attribute__((no_instrument_function)) +#define LTTNG_PACKED __attribute__((__packed__)) #endif /* _LTTNG_UST_COMPILER_H */