X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;h=e0944b5d84b6491e33c6e9c0b6b889b0751b845b;hp=27da4c42d4b6b9ec492c94d03ad03ff6f05f109d;hb=0cedf6e545d9cb736218fed5832a2a9ae81b5ef1;hpb=87502777dbfde275109307befcdf75abeafe4af2 diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 27da4c4..e0944b5 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -358,7 +358,8 @@ enum name : integer_type { }; If the values are omitted, the enumeration starts at 0 and increment of 1 for -each entry: +each entry. An entry with omitted value that follows a range entry takes +as value the end_value of the previous range + 1: enum name : unsigned int { ZERO,