0.8.28
[lttv.git] / ltt / branches / poly / facilities / network.xml
index f80f8cb461a126a59875ffeac66242e969e7761c..41a4ba913ae2f9620fc381382ae153154c05697b 100644 (file)
@@ -3,18 +3,14 @@
 
   <event name=packet_in>
     <description>A packet is arriving</description>
-    <struct>
-      <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>
-    </struct>
+    <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>
     <description>We send a packet</description>
-    <struct>
-      <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>
-    </struct>
+    <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.024915 seconds and 4 git commands to generate.