summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2009-04-09 15:30:13 -0400
committerPeter Harris <pharris@opentext.com>2009-04-21 12:04:44 -0400
commit88d08418b1a2d8d88225386214ebb749b926cdab (patch)
tree58a4b6dd5ea0009d6b4fd2aa221a3527c121b101
parent84bfafb49f8abd5ea63bcc1170cbde92bffd10d1 (diff)
Add enum references to fields in SYNC
Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r--src/sync.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/sync.xml b/src/sync.xml
index 8e7adc7..e309233 100644
--- a/src/sync.xml
+++ b/src/sync.xml
@@ -55,9 +55,9 @@ for licensing information.
<struct name="TRIGGER">
<field type="COUNTER" name="counter" />
- <field type="CARD32" name="wait_type" />
+ <field type="CARD32" name="wait_type" enum="VALUETYPE" />
<field type="INT64" name="wait_value" />
- <field type="CARD32" name="test_type" />
+ <field type="CARD32" name="test_type" enum="TESTTYPE" />
</struct>
<struct name="WAITCONDITION">
@@ -155,7 +155,7 @@ for licensing information.
<field type="TRIGGER" name="trigger" />
<field type="INT64" name="delta" />
<field type="BOOL" name="events" />
- <field type="CARD8" name="state" />
+ <field type="CARD8" name="state" enum="ALARMSTATE" />
<pad bytes="2" />
</reply>
</request>
@@ -190,5 +190,7 @@ for licensing information.
<field type="INT64" name="counter_value" />
<field type="INT64" name="alarm_value" />
<field type="TIMESTAMP" name="timestamp" />
+ <field type="CARD8" name="state" enum="ALARMSTATE" />
+ <pad bytes="3" />
</event>
</xcb>