update
[ltt-control.git] / ltt-control / facilities / ipc.xml
index 45541c91662518cccb9ba0559f8d0c40da11f215..7dfa4489483e6b5c6f374f93469449b803360abf 100644 (file)
@@ -4,20 +4,20 @@
        
   <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.023741 seconds and 4 git commands to generate.