Add text-based metadata header: /* TSDL
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-embedded-1.txt
index 05b1c98a46a0635e71cf882fa517b705d1bca014..aae081e921bb0cdaa82c75c290ae42487468fc6a 100644 (file)
@@ -1,8 +1,10 @@
+/* TSDL */
+
 trace {
        major = 0;
        minor = 1;
        uuid = "f816d884-6cea-11e0-ac7a-8f5f4e9f7724";
-       endian = big;   /* Assuming big endian streams */
+       byte_order = be;        /* Assuming big endian streams */
 };
 
 /* Architecture with 32-bit pointers, 32-bit integers, 32-bit longs */
@@ -21,7 +23,7 @@ stream {
                void *func_called;       * events in this stream.
                void *called_from;       */
                uint32_t event_count;   /* for debug */
-       };                      
+       };
 };
 
 /*
This page took 0.034814 seconds and 4 git commands to generate.