Remove "word_size" from trace description
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Apr 2011 15:19:50 +0000 (11:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Apr 2011 15:19:50 +0000 (11:19 -0400)
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 <mathieu.desnoyers@efficios.com>
common-trace-format-proposal.txt

index 91a95048c5e51e192055020a652df9797d74cba7..6e234350ad4bd779e286532df454864ae32e3009 100644 (file)
@@ -885,7 +885,6 @@ trace {
   major = value;                               /* Trace format version */
   minor = value;
   uuid = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa";       /* Trace UUID */
-  word_size = value;
 };
 
 stream {
This page took 0.024225 seconds and 4 git commands to generate.