change facilities to fit with genevent-new
[lttv.git] / ltt / branches / poly / facilities / timer.xml
index a6e4ec986d9ad822ce8aef114ecab8d4a1897416..01b7f467cf8d1a2d5bcc63aa3b2d020095249a05 100644 (file)
@@ -3,9 +3,7 @@
 
   <event name=expired>
     <description>A timer or itimer has expired.</description>
-     <struct>
-      <field name="pid"> <description>PID of the process to wake up.</description> <uint size=4/> </field>
-     </struct>
+    <field name="pid"> <description>PID of the process to wake up.</description> <uint size=4/> </field>
   </event>
 
   <event name=softirq>
 
   <event name=set_itimer>
     <description>An interval timer is set.</description>
-     <struct>
-      <field name="which"> <description>kind of interval timer.</description>
-                       <typeref name=itimer_kind/></field>
-     <field name="interval_seconds"><uint size=4/></field>
-      <field name="interval_microseconds"><uint size=4/></field>
-      <field name="value_seconds"><uint size=4/></field>
-      <field name="value_microseconds"><uint size=4/></field>
-     </struct>
+    <field name="which"> <description>kind of interval timer.</description>
+           <typeref name=itimer_kind/></field>
+    <field name="interval_seconds"><uint size=4/></field>
+    <field name="interval_microseconds"><uint size=4/></field>
+    <field name="value_seconds"><uint size=4/></field>
+    <field name="value_microseconds"><uint size=4/></field>
   </event>
 
   <type name=itimer_kind>
-    <enum size=4>
+    <enum>
       <label name=ITIMER_REAL value=0/> <description>decrements in real time,
       and delivers SIGALRM upon expiration.</description>
       <label name=ITIMER_VIRTUAL value=1/> <description>decrements only when the
This page took 0.038415 seconds and 4 git commands to generate.