From: Mathieu Desnoyers Date: Wed, 19 Jan 2011 16:56:52 +0000 (-0500) Subject: u->v (union -> variant) X-Git-Tag: v1.8~89 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=15850440b141fe077f95016e22ba80edb142b600;hp=fcba70d4957370d549ae4d72a6a7fec99df2ac21 u->v (union -> variant) Signed-off-by: Mathieu Desnoyers --- 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