Fix 4.1.5: size should be in bits
[ctf.git] / common-trace-format-linux-proposal.txt
index 5c30b7d927b2857643175698687fc12e42007e4e..dc76a7848628513e54994d376e901c2587184874 100644 (file)
@@ -1,5 +1,5 @@
 
 
-RFC: Common Trace Format Proposal for Linux (v1.5)
+RFC: Common Trace Format Proposal for Linux (pre-v1.6)
 
 Mathieu Desnoyers, EfficiOS Inc.
 
 
 Mathieu Desnoyers, EfficiOS Inc.
 
@@ -181,7 +181,7 @@ Example of type inheritance (creation of a concrete type uint32_t):
 
 type uint32_t {
   parent = integer;
 
 type uint32_t {
   parent = integer;
-  size = 8;
+  size = 32;
   signed = false;
   align = 32;
 };
   signed = false;
   align = 32;
 };
This page took 0.02196 seconds and 4 git commands to generate.