Changeset 6d351e6 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2016-08-29T07:53:23Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc117a5
- Parents:
- 519a97d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r519a97d r6d351e6 147 147 struct task *sender; 148 148 149 /* 150 * Answerbox that will receive the answer. 151 * This will most of the times be the sender's answerbox, 152 * but we allow for useful exceptions. 153 */ 154 answerbox_t *callerbox; 155 149 156 /** Phone which was used to send the call. */ 150 157 phone_t *caller_phone;
Note:
See TracChangeset
for help on using the changeset viewer.