Changeset a0edf5f in mainline for kernel/generic/include/ipc
- Timestamp:
- 2007-09-16T11:02:33Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b006bfb8
- Parents:
- 2b20947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r2b20947 ra0edf5f 103 103 * 104 104 * The protocol for negotiating is: 105 * - sys_connect_to_me - sends a message IPC_M_CONNECT TOME105 * - sys_connect_to_me - sends a message IPC_M_CONNECT_TO_ME 106 106 * - sys_wait_for_call - upon receipt tries to allocate new phone 107 107 * - if it fails, responds with ELIMIT … … 111 111 * the call is accepted and the response is sent back. 112 112 * - the allocated phoneid is passed to userspace 113 * (on the receiving sid ) as ARG3 of the call.113 * (on the receiving side) as ARG3 of the call. 114 114 * - the caller obtains taskid of the called thread 115 115 */
Note:
See TracChangeset
for help on using the changeset viewer.