Changeset 7c5bcc0 in mainline


Ignore:
Timestamp:
2007-11-11T17:21:33Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1314e3b
Parents:
81614543
Message:

Fix and improve two IPC related comments.

Location:
kernel/generic/src/ipc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    r81614543 r7c5bcc0  
    234234 * @param phone         Phone structure the call comes from.
    235235 * @param box           Destination answerbox structure.
     236 * @param call          Call structure with request.
    236237 */
    237238static void _ipc_call(phone_t *phone, answerbox_t *box, call_t *call)
  • kernel/generic/src/ipc/sysipc.c

    r81614543 r7c5bcc0  
    100100/** Decide if the message with this method is immutable on forward.
    101101 *
    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
    104103 *
    105104 * @param method        Method to be decided.
Note: See TracChangeset for help on using the changeset viewer.