move unused dirs to 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
new file mode 100644 (file)
index 0000000..3326bf0
--- /dev/null
@@ -0,0 +1,30 @@
+<?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.022438 seconds and 4 git commands to generate.