Fix: wrong header path when compiling without UST support
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index df61cde57c5c0005bb6e72c7d2ccdcbea4d19c2d..03d2e65f6059ed4bd6359ef10f860fd7c79c95ac 100644 (file)
@@ -28,7 +28,9 @@
  */
 
 #include <stdint.h>
-#include <lttng/ust-compiler.h>
+
+#define lttng_ust_notrace __attribute__((no_instrument_function))
+#define LTTNG_PACKED    __attribute__((__packed__))
 
 #ifndef __ust_stringify
 #define __ust_stringify1(x)    #x
This page took 0.02324 seconds and 4 git commands to generate.