Changeset c4e4507 in mainline for generic/src/ipc/ipcrsc.c


Ignore:
Timestamp:
2006-06-04T17:17:29Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2cb5e64
Parents:
fe19611
Message:

Renamed some things in IPC to be consistent.
Added ipc reporting to kconsole.

File:
1 edited

Legend:

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

    rfe19611 rc4e4507  
    141141        for (lst = TASK->answerbox.dispatched_calls.next;
    142142             lst != &TASK->answerbox.dispatched_calls; lst = lst->next) {
    143                 call = list_get_instance(lst, call_t, list);
     143                call = list_get_instance(lst, call_t, link);
    144144                if ((__native)call == callid) {
    145145                        result = call;
     
    178178{
    179179        ASSERT(phone->state == IPC_PHONE_CONNECTING);
    180         ASSERT(! phone->callee);
    181180       
    182181        /* atomic operation */
Note: See TracChangeset for help on using the changeset viewer.