Update sequence (type specifier -> field ref), fix definition lookup
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-embedded-1.txt
index 05b1c98a46a0635e71cf882fa517b705d1bca014..1de8823229c4264542419ca0928daaeb39cc41c7 100644 (file)
@@ -2,7 +2,7 @@ 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 +21,7 @@ stream {
                void *func_called;       * events in this stream.
                void *called_from;       */
                uint32_t event_count;   /* for debug */
-       };                      
+       };
 };
 
 /*
This page took 0.025043 seconds and 4 git commands to generate.