Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 128 → Rev 129

/design/trunk/src/ch_ipc.xml
198,7 → 198,7
asks name service task to create a callback connection.</para>
 
<para>Tasks can share their address space areas using IPC messages. The
2 message types - AS_AREA_SEND and AS_AREA_RECV are used for sending and
2 message types - <constant>AS_AREA_SEND</constant> and <constant>AS_AREA_RECV</constant> are used for sending and
receiving an address area respectively. The shared area can be accessed
as soon as the message is acknowledged.</para>
</section>