xml 1.0
[lttv.git] / ltt / branches / poly / facilities / network.xml
index a7dd7286629cc9a1ccf1b0668fd2c654f9af5fa2..0bfcf9bad873425325775df0b105cde12c101df2 100644 (file)
@@ -1,17 +1,17 @@
-<facility name=network>
+<?xml version="1.0"?>
+<facility name="network">
   <description>The network facility contains events related to low level network operations</description>
 
-  <event name=packet_in>
+  <event name="packet_in">
     <description>A packet is arriving</description>
-    <field name="skbuff"> <description>Socket buffer pointer : identify the
-               socket buffer</description> <pointer/> </field>
-    <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
+    <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer> </field>
+    <field name="protocol"> <description>Protocol of the packet</description><uint size="2"> </field>
   </event>
 
-  <event name=packet_out>
+  <event name="packet_out">
     <description>We send a packet</description>
-    <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
-    <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
+    <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer> </field>
+    <field name="protocol"> <description>Protocol of the packet</description><uint size="2"> </field>
   </event>
 
 </facility>
This page took 0.025295 seconds and 4 git commands to generate.