Changeset 5a77550 in mainline for kernel/generic/include/ipc


Ignore:
Timestamp:
2012-08-28T23:13:18Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c9903a
Parents:
f39d5c2
Message:

Always remember the original caller phone in a call.

File:
1 edited

Legend:

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

    rf39d5c2 r5a77550  
    141141        struct task *sender;
    142142       
     143        /** Phone which was used to send the call. */
     144        phone_t *caller_phone;
     145       
    143146        /** Private data to internal IPC. */
    144147        sysarg_t priv;
     
    152155        /** Buffer for IPC_M_DATA_WRITE and IPC_M_DATA_READ. */
    153156        uint8_t *buffer;
    154        
    155         /*
    156          * The forward operation can masquerade the caller phone. For those
    157          * cases, we must keep it aside so that the answer is processed
    158          * correctly.
    159          */
    160         phone_t *caller_phone;
    161157} call_t;
    162158
Note: See TracChangeset for help on using the changeset viewer.