Fix 4.1.5: size should be in bits
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 10 Jan 2011 16:16:42 +0000 (11:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 10 Jan 2011 16:16:42 +0000 (11:16 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.
 
@@ -181,7 +181,7 @@ Example of type inheritance (creation of a concrete type uint32_t):
 
 type uint32_t {
   parent = integer;
-  size = 8;
+  size = 32;
   signed = false;
   align = 32;
 };
This page took 0.023568 seconds and 4 git commands to generate.