git-svn-id: http://ltt.polymtl.ca/svn@2460 04897980-b3bd-0310-b5e0-8ef037075253
[ltt-control.git] / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / network.xml
diff --git a/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/network.xml b/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/network.xml
new file mode 100644 (file)
index 0000000..88b9e72
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<facility name="network">
+  <description>The network facility contains events related to low level network operations</description>
+
+  <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_fixed size="2"/> </field>
+  </event>
+
+  <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_fixed size="2"/> </field>
+  </event>
+
+</facility>
This page took 0.022796 seconds and 4 git commands to generate.