res: Fix and rename list in ClientIdValue

The list is a CARD32 and rename the field to "value" to match the
specification.

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
Daniel Martin 2013-05-27 19:20:32 +02:00 committed by Peter Harris
parent 45d8361e59
commit 5802c6a0f9

View file

@ -49,7 +49,7 @@ authorization from the authors.
<struct name="ClientIdValue">
<field type="ClientIdSpec" name="spec" />
<field type="CARD32" name="length" />
<list type="CARD8" name="client_ids">
<list type="CARD32" name="value">
<fieldref>length</fieldref>
</list>
</struct>