tgid
[ltt-control.git] / ltt-control / facilities / statedump.xml
index 736d4032f9a78affe5531ab649f193957af7d288..5bf527086a6cf23c09d08f2eaff30b83fcb81326 100644 (file)
     </enum>
   </type>
 
-       <type name=interface_state>
-               <enum>
+  <type name=interface_state>
+    <enum>
       <label name="UP" value="0"> <description></description>
       <label name="DOWN" value="1"> <description></description>
-               </enum>
-       </type>
+    </enum>
+  </type>
 
   <event name="enumerate_file_descriptors">
     <description>List of open file descriptors</description>
       <field name="mode"> <description>Execution submode</description> <typeref name="execution_mode"> </field>
       <field name="submode"> <description>Execution submode</description> <typeref name="execution_submode"> </field>
       <field name="status"> <description>Process status</description> <typeref name="process_status"> </field>
+      <field name="tgid"><description>Thread group ID (POSIX PID)</description><uint size="4"></field>
   </event>
 
   <event name="enumerate_network_ip_interface">
     <description>List of each IP interface up</description>
       <field name="name"> <description>Interface name</description><string></field>
       <field name="addr"> <description>IP address</description> <uint size="4" byte_order="network"> </field>
-                       <field name="status"> <description>Status of the interface</description> <typeref name="interface_state"> </field>
+      <field name="status"> <description>Status of the interface</description> <typeref name="interface_state"> </field>
   </event>  
   
   <event name="statedump_end">
This page took 0.022892 seconds and 4 git commands to generate.