Avoid using enum types as structure fields.
authorEamon Walsh <ewalsh@tycho.nsa.gov>
Thu, 22 May 2008 02:49:14 +0000 (22:49 -0400)
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>
Thu, 22 May 2008 02:49:14 +0000 (22:49 -0400)
src/sync.xml

index a60a81f..386d233 100644 (file)
@@ -55,9 +55,9 @@ for licensing information.
 
   <struct name="TRIGGER">
     <field type="COUNTER" name="counter" />
-    <field type="VALUETYPE" name="wait_type" />
+    <field type="CARD32" name="wait_type" />
     <field type="INT64" name="wait_value" />
-    <field type="TESTTYPE" name="test_type" />
+    <field type="CARD32" name="test_type" />
   </struct>
 
   <struct name="WAITCONDITION">
@@ -154,7 +154,7 @@ for licensing information.
       <field type="TRIGGER" name="trigger" />
       <field type="INT64" name="delta" />
       <field type="BOOL" name="events" />
-      <field type="ALARMSTATE" name="state" />
+      <field type="CARD8" name="state" />
     </reply>
   </request>