Fix endianness and major/minor output
[lttng-ust.git] / libust / ltt-tracer.h
index f77683937e28b088fcc941d14a33660fc50cda94..45da9c59ed2432134bb741fae15275c1eeacecd8 100644 (file)
 /* Tracer properties */
 #define CTF_MAGIC_NUMBER               0xC1FC1FC1
 #define TSDL_MAGIC_NUMBER              0x75D11D57
+
+/* CTF specification version followed */
+#define CTF_SPEC_MAJOR                 1
+#define CTF_SPEC_MINOR                 8
+
+/* Tracer major/minor versions */
 #define CTF_VERSION_MAJOR              0
 #define CTF_VERSION_MINOR              1
 
This page took 0.024769 seconds and 4 git commands to generate.