Initial port of the state system to the LTTng 2.0 trace format
[lttv.git] / ltt / compiler.h
index 2b496a88b70824b065461db08da1f2ca699161d5..9bc0e49ea5a18eaad025f19f367f8c174ad8d72e 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef COMPILER_H
 #define COMPILER_H
 
+#error "Using old ltt/"
+
 /* Fast prediction if likely branches */
 #define likely(x) __builtin_expect(!!(x), 1)
 #define unlikely(x) __builtin_expect(!!(x), 0)
This page took 0.022838 seconds and 4 git commands to generate.