Changeset 6364d3c in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2007-12-04T20:29:55Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9119d25
Parents:
38c706cc
Message:

Sync IPC comments with IPC code.

File:
1 edited

Legend:

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

    r38c706cc r6364d3c  
    119119 * The protocol for negotiating is:
    120120 * - sys_connect_to_me - sends a message IPC_M_CONNECT_TO_ME
    121  * - sys_wait_for_call - upon receipt tries to allocate new phone
     121 * - recipient        - upon receipt tries to allocate new phone
    122122 *                       - if it fails, responds with ELIMIT
    123123 *                     - passes call to userspace. If userspace
     
    127127 *                     - the allocated phoneid is passed to userspace
    128128 *                       (on the receiving side) as ARG5 of the call.
    129  *                     - the caller obtains taskid of the called thread
    130129 */
    131130#define IPC_M_CONNECT_TO_ME     1
     
    142141 *                       address of the phone that should be connected
    143142 *                       (TODO: it leaks to userspace)
    144  *   recipient         -  if ipc_answer == 0, then accept connection
     143 *  - recipient        -  if ipc_answer == 0, then accept connection
    145144 *                     -  otherwise connection refused
    146  *                     -  recepient may forward message. Forwarding
    147  *                        system message
     145 *                     -  recepient may forward message.
    148146 *
    149147 */
Note: See TracChangeset for help on using the changeset viewer.