update fac
[ltt-control.git] / ltt-control / facilities / ipc.xml
index b4f0ee97fdaa6db5ec3aff0aa168b9a7eeac8588..7dfa4489483e6b5c6f374f93469449b803360abf 100644 (file)
@@ -2,30 +2,22 @@
 <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>
+    <field name="id"> <description>Message queue identifier</description><int/> </field>
+    <field name="flags"> <description>Message flags</description> <int/> </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>
+    <field name="id"> <description>Semaphore identifier</description> <int/> </field>
+    <field name="flags"> <description>Semaphore flags</description> <int/> </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>
+    <field name="id"> <description>Shared memory identifier</description> <int/> </field>
+    <field name="flags"> <description>Shared memory flags</description> <int/> </field>
   </event>
 
 </facility>
This page took 0.023111 seconds and 4 git commands to generate.