Changeset 76d7305 in mainline for generic/include/ipc/ipc.h


Ignore:
Timestamp:
2006-05-31T14:13:35Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
343fc179
Parents:
4fded58
Message:

Slightly changed semantics of AS_AREA_SEND/RECV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/ipc/ipc.h

    r4fded58 r76d7305  
    132132 * - ARG1 - Where the area will be mapped
    133133 * - ARG2 - Expected size of area
    134  * - ARG3 - Requested rights for the area
     134 * - ARG3 - User defined argument
    135135 * on answer - the server sets ARG1 as src as address of the as_area
    136  * to be shared
    137  *
    138  *
     136 * to be shared, ARG2 is set to rights that will be used for sharing,
     137 * which is returned as part of answer back to the receiver
    139138 */
    140139#define IPC_M_AS_AREA_RECV      6
Note: See TracChangeset for help on using the changeset viewer.