remove unneeded dir attic/
[ltt-control.git] / trunk / attic / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / network.xml
diff --git a/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/network.xml b/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/network.xml
deleted file mode 100644 (file)
index 88b9e72..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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.02244 seconds and 4 git commands to generate.