Changeset 2d5a54f3 in mainline for generic/src/ipc/ipc.c


Ignore:
Timestamp:
2006-03-16T00:25:50Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2fb49101
Parents:
c23502d
Message:

Implemented callback IPC call (connect_to_me).

File:
1 edited

Legend:

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

    rc23502d r2d5a54f3  
    7272        call->callerbox = &TASK->answerbox;
    7373        call->flags = IPC_CALL_STATIC_ALLOC;
     74        call->sender = TASK;
    7475}
    7576
     
    9091        list_initialize(&box->dispatched_calls);
    9192        list_initialize(&box->answers);
     93        box->task = TASK;
    9294}
    9395
Note: See TracChangeset for help on using the changeset viewer.