From 15850440b141fe077f95016e22ba80edb142b600 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 19 Jan 2011 11:56:52 -0500 Subject: [PATCH 1/1] u->v (union -> variant) Signed-off-by: Mathieu Desnoyers --- common-trace-format-proposal.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 2311fb0..4da86e3 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -393,7 +393,7 @@ variant example { struct { enum { a, b, c } choice; - variant example u[unsigned int]; + variant example 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 -- 2.34.1