Changeset 5a77550 in mainline for kernel/generic/include/ipc
- Timestamp:
- 2012-08-28T23:13:18Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c9903a
- Parents:
- f39d5c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
rf39d5c2 r5a77550 141 141 struct task *sender; 142 142 143 /** Phone which was used to send the call. */ 144 phone_t *caller_phone; 145 143 146 /** Private data to internal IPC. */ 144 147 sysarg_t priv; … … 152 155 /** Buffer for IPC_M_DATA_WRITE and IPC_M_DATA_READ. */ 153 156 uint8_t *buffer; 154 155 /*156 * The forward operation can masquerade the caller phone. For those157 * cases, we must keep it aside so that the answer is processed158 * correctly.159 */160 phone_t *caller_phone;161 157 } call_t; 162 158
Note:
See TracChangeset
for help on using the changeset viewer.