remove unneeded dir attic/
[ltt-control.git] / trunk / attic / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / ipc.xml
diff --git a/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/ipc.xml b/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/ipc.xml
deleted file mode 100644 (file)
index 3326bf0..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<facility name="ipc">
-  <description>The ipc facility contains events related to Inter Process Communication</description>
-       
-  <event name="call">
-
-    <description>IPC call</description>
-    <field name="call_number"> <description>Number of IPC call</description> <uint size="4"/> </field>
-    <field name="first"> <description>First argument</description> <int size="4"/> </field>
-  </event>
-
-  <event name="msg_create">
-    <description>Get an IPC message queue identifier</description>
-    <field name="id"> <description>Message queue identifier</description><long/> </field>
-    <field name="flags"> <description>Message flags</description> <int size="4"/> </field>
-  </event>
-
-  <event name="sem_create">
-    <description>Get an IPC semaphore identifier</description>
-    <field name="id"> <description>Semaphore identifier</description> <long/> </field>
-    <field name="flags"> <description>Semaphore flags</description> <int size="4"/> </field>
-  </event>
-
-  <event name="shm_create">
-    <description>Get an IPC shared memory identifier</description>
-    <field name="id"> <description>Shared memory identifier</description> <long/> </field>
-    <field name="flags"> <description>Shared memory flags</description> <int size="4"/> </field>
-  </event>
-
-</facility>
This page took 0.026286 seconds and 4 git commands to generate.