Revert adding LTTNG_PACKED in lttng.h
[lttng-tools.git] / src / common / macros.h
index 81f901c2d5d171bda6a6f064124d8c49bbf76944..1771d236c2daa3eeea5a807bef5ddc83cbb6d677 100644 (file)
@@ -60,4 +60,8 @@
 #define min(a, b) ((a) < (b) ? (a) : (b))
 #endif
 
+#ifndef LTTNG_PACKED
+#define LTTNG_PACKED __attribute__((__packed__))
+#endif
+
 #endif /* _MACROS_H */
This page took 0.02277 seconds and 4 git commands to generate.