From 0b54a1442aa9b86fa714ce59a0bc7e4df87b5e26 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 23 Feb 2012 15:55:39 +1000 Subject: [PATCH] spec: padding bytes are undefined, state so Signed-off-by: Peter Hutterer --- spec/main.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/main.tex b/spec/main.tex index b6fcc4e..017427a 100644 --- a/spec/main.tex +++ b/spec/main.tex @@ -162,7 +162,8 @@ The message header has 2 words in it: \end{itemize} The payload describes the request/event arguments. Every argument is always -aligned to 32-bits. There is no prefix that describes the type, but it is +aligned to 32-bits. Where padding is required, the value of padding bytes is +undefined. There is no prefix that describes the type, but it is inferred implicitly from the xml specification. The representation of argument types are as follows: -- 2.7.4