Changeset 7c5bcc0 in mainline
- Timestamp:
- 2007-11-11T17:21:33Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1314e3b
- Parents:
- 81614543
- Location:
- kernel/generic/src/ipc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r81614543 r7c5bcc0 234 234 * @param phone Phone structure the call comes from. 235 235 * @param box Destination answerbox structure. 236 * @param call Call structure with request. 236 237 */ 237 238 static void _ipc_call(phone_t *phone, answerbox_t *box, call_t *call) -
kernel/generic/src/ipc/sysipc.c
r81614543 r7c5bcc0 100 100 /** Decide if the message with this method is immutable on forward. 101 101 * 102 * - some system messages may be forwarded, for some of them 103 * it is useless 102 * - some system messages may be forwarded but their content cannot be altered 104 103 * 105 104 * @param method Method to be decided.
Note:
See TracChangeset
for help on using the changeset viewer.