Clarify trace byte_order
[ctf.git] / common-trace-format-specification.txt
index 1cd3c3dc3227bd57e634805c37127dcc70019a1b..4ab3ed99861b15af950a26d75722dcec382a2c12 100644 (file)
@@ -181,6 +181,11 @@ TSDL meta-data representation:
 
   byte_order = native OR network OR be OR le;  /* network and be are aliases */
 
+Even though the trace description section is not per se a type, for sake
+of clarity, it should be noted that native and network byte orders are
+only allowed within type declaration. The byte_order specified in the
+trace description section only accepts be OR le values.
+
 4.1.4 Size
 
 Type size, in bits, for integers and floats is that returned by "sizeof()" in C
This page took 0.022418 seconds and 4 git commands to generate.