Changeset 645d9ed2 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2008-08-24T18:19:21Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74965d2
Parents:
088ab05
Message:

Fix processing of answers to forwarded masqueraded calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r088ab05 r645d9ed2  
    261261        unative_t args[IPC_CALL_LEN];
    262262        phone_t *phone;
     263        /*
     264         * The forward operation can masquerade the caller phone. For those
     265         * cases, we must keep it aside so that the answer is processed
     266         * correctly.
     267         */
     268        phone_t *caller_phone;
    263269} ipc_data_t;
    264270
Note: See TracChangeset for help on using the changeset viewer.