X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-proposal.txt;h=4da86e3e871e48ed1de3c07cf6a36f2d11c2d6b5;hp=2311fb0e9ea0e0724912b2c6405daad334876e9a;hb=15850440b141fe077f95016e22ba80edb142b600;hpb=fcba70d4957370d549ae4d72a6a7fec99df2ac21 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