Add LTTNG_PACKED ifdefs to validate that it is defined
[lttng-ust.git] / include / ust-comm.h
index 6a08b306b1b9ade6b44cf722d8b3d26a73281600..10dbca2148c9e3f178c97517aa6cd501516b8099 100644 (file)
 #include <lttng/ust-ctl.h>
 #include <config.h>
 
+#ifndef LTTNG_PACKED
+#error "LTTNG_PACKED should be defined"
+#endif
+
 /*
  * Default timeout the application waits for the sessiond to send its
  * "register done" command. Can be overridden with the environment
This page took 0.023553 seconds and 4 git commands to generate.