update
[ltt-control.git] / ltt-control / facilities / ipc.xml
CommitLineData
2727692a 1<?xml version="1.0"?>
2<facility name="ipc">
3 <description>The ipc facility contains events related to Inter Process Communication</description>
4
2727692a 5 <event name="msg_create">
6 <description>Get an IPC message queue identifier</description>
a4bff76e 7 <field name="id"> <description>Message queue identifier</description><int/> </field>
8 <field name="flags"> <description>Message flags</description> <int/> </field>
2727692a 9 </event>
10
11 <event name="sem_create">
12 <description>Get an IPC semaphore identifier</description>
a4bff76e 13 <field name="id"> <description>Semaphore identifier</description> <int/> </field>
14 <field name="flags"> <description>Semaphore flags</description> <int/> </field>
2727692a 15 </event>
16
17 <event name="shm_create">
18 <description>Get an IPC shared memory identifier</description>
a4bff76e 19 <field name="id"> <description>Shared memory identifier</description> <int/> </field>
20 <field name="flags"> <description>Shared memory flags</description> <int/> </field>
2727692a 21 </event>
22
23</facility>
This page took 0.022801 seconds and 4 git commands to generate.