update style
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 21 Jun 2006 18:12:29 +0000 (18:12 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 21 Jun 2006 18:12:29 +0000 (18:12 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1945 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/facilities/process.xml
ltt-control/facilities/statedump.xml

index 6d80c5563d76bda6ecaca7f3cdef799b1781b625..51ee89a7c6efc986aa9a0b6b07d87e9b1bdf3ffa 100644 (file)
@@ -43,6 +43,7 @@
     <description>Process fork</description>
     <field name="parent_pid"> <description>PID of the parent process</description> <uint> </field>
     <field name="child_pid"> <description>PID of the child process</description> <uint> </field>
+    <field name="child_tgid"> <description>Thread group ID of the child process (POSIX PID)</description> <uint> </field>
   </event>
        
   <event name="kernel_thread">
index 736d4032f9a78affe5531ab649f193957af7d288..e3b9135c0fda5580f8fe283f1af6584b0e0649f6 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>
@@ -93,7 +93,7 @@
     <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.023381 seconds and 4 git commands to generate.