u->v (union -> variant)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jan 2011 16:56:52 +0000 (11:56 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jan 2011 16:56:52 +0000 (11:56 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-proposal.txt

index 2311fb0e9ea0e0724912b2c6405daad334876e9a..4da86e3e871e48ed1de3c07cf6a36f2d11c2d6b5 100644 (file)
@@ -393,7 +393,7 @@ variant example {
 
 struct {
   enum <uint2_t> { a, b, c } choice;
-  variant example <choice> u[unsigned int];
+  variant example <choice> v[unsigned int];
 }
 
 Example of an unnamed variant:
@@ -421,7 +421,7 @@ struct {
     uint32_t a;
     uint64_t b;
     short c;
-  } u[10];
+  } v[10];
 }
 
 Example of a variant type definition within a structure, where the defined type
This page took 0.023357 seconds and 4 git commands to generate.