Add LTTNG_PACKED ifdefs to validate that it is defined
[lttng-ust.git] / liblttng-ust / filter-bytecode.h
index 9a2d4c0a0c04e454be39c96212620f60565237d3..7df0288ae071c46ecd6edb016b77a32fbd61d2c8 100644 (file)
 
 #include <lttng/ust-abi.h>
 
+#ifndef LTTNG_PACKED
+#error "LTTNG_PACKED should be defined"
+#endif
+
 /*
  * offsets are absolute from start of bytecode.
  */
This page took 0.02245 seconds and 4 git commands to generate.