From 9e4e34e9850dcf703094a605d04407b087549077 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 10 Jan 2011 11:16:42 -0500 Subject: [PATCH] Fix 4.1.5: size should be in bits Signed-off-by: Mathieu Desnoyers --- common-trace-format-linux-proposal.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-trace-format-linux-proposal.txt b/common-trace-format-linux-proposal.txt index 5c30b7d..dc76a78 100644 --- a/common-trace-format-linux-proposal.txt +++ b/common-trace-format-linux-proposal.txt @@ -1,5 +1,5 @@ -RFC: Common Trace Format Proposal for Linux (v1.5) +RFC: Common Trace Format Proposal for Linux (pre-v1.6) Mathieu Desnoyers, EfficiOS Inc. @@ -181,7 +181,7 @@ Example of type inheritance (creation of a concrete type uint32_t): type uint32_t { parent = integer; - size = 8; + size = 32; signed = false; align = 32; }; -- 2.34.1