From: Mathieu Desnoyers Date: Fri, 29 Apr 2011 15:19:50 +0000 (-0400) Subject: Remove "word_size" from trace description X-Git-Tag: v1.8~61 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=eca1d06eabf2fa4b4ecc2ec13761b08585f399a4 Remove "word_size" from trace description Given that we require to "typealias" even the basic types (int, long, etc), having the word size in the there has no purpose anymore. Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 91a9504..6e23435 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -885,7 +885,6 @@ trace { major = value; /* Trace format version */ minor = value; uuid = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"; /* Trace UUID */ - word_size = value; }; stream {