X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-compiler.h;h=1d04da1ac39857a6d35533794e7341fefb99ce4d;hb=f3ec4cb5bbc1a7bf860207a3e080f4f3eb7dbab0;hp=d93db35e39419c335674ffe4d9d768b3e2aade69;hpb=d2428e875af8666473fb689429eaf1022862510d;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 */