X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;h=23243894d4da5773ee6acf5717117c975475236d;hp=797dec14a53adc3009e11417257323e94635af6b;hb=82cbdb1681dc4e6f11e5deafd616ffab1f3ef275;hpb=fbf2fa4f7c15cfcde273e35cbc5ff2f9e7289043 diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 797dec1..2324389 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -388,7 +388,7 @@ Enumerations omitting the container type ": integer_type" use the "int" type (for compatibility with C99). The "int" type must be previously declared. E.g.: -typealias integer { size = 32; align = 32; signed = true } := int; +typealias integer { size = 32; align = 32; signed = true; } := int; enum { ... @@ -830,11 +830,11 @@ array is then set to 1. Types uintX_t represent an X-bit unsigned integer, as declared with either: - typealias integer { size = X; align = X; signed = false } := uintX_t; + typealias integer { size = X; align = X; signed = false; } := uintX_t; or - typealias integer { size = X; align = 1; signed = false } := uintX_t; + typealias integer { size = X; align = 1; signed = false; } := uintX_t; 6.1.1 Type 1 - Few event IDs