X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;fp=common-trace-format-specification.txt;h=5568a270513c18dac05a83148245155323c64f1d;hp=abe4fb70fff7f17f6e8242f313fb74bff44cf89a;hb=26e496c6ce48c9a83dfab6bc03a840157d005f87;hpb=23bb140f3ee731a34e3baf772abed0cffc67b0a3 diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index abe4fb7..5568a27 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -942,7 +942,7 @@ header is selected. NR_FIELDS is the number of fields within the event (a numeric value). event { - context = struct { + context := struct { variant { struct { } compact; struct { @@ -1392,7 +1392,7 @@ stream { event.header := struct { uint64_ccnt_t timestamp; /* ... */ - } + }; packet.context := struct packet_context; };