Changeset 03a8a8e in mainline for kernel/generic/src/ipc/kbox.c


Ignore:
Timestamp:
2012-09-15T18:19:04Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e9fe33b
Parents:
c97b086
Message:

Link each phone to its containing task.

This makes it possible to set the call's sender reliably using just the
info stored in the phone used to make the call.

File:
1 edited

Legend:

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

    rc97b086 r03a8a8e  
    168168        while (!done) {
    169169                call_t *call = ipc_wait_for_call(&TASK->kb.box, SYNCH_NO_TIMEOUT,
    170                         SYNCH_FLAGS_NONE);
     170                    SYNCH_FLAGS_NONE);
    171171               
    172172                if (call == NULL)
Note: See TracChangeset for help on using the changeset viewer.