Add LTTNG_PACKED ifdefs to validate that it is defined
[lttng-ust.git] / include / lttng / ust-events.h
index 902f2b2f24826ffdcff90b25afba079f6a1030aa..fefb8585536c6173e1d624954f58a8fba89421e9 100644 (file)
 #include <urcu/ref.h>
 #include <pthread.h>
 
+#ifndef LTTNG_PACKED
+#error "LTTNG_PACKED should be defined"
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif
This page took 0.024403 seconds and 4 git commands to generate.