Changes in kernel/generic/include/ipc/ipc.h [5378f99:228e490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r5378f99 r228e490 165 165 * error is sent back to caller. Otherwise 166 166 * the call is accepted and the response is sent back. 167 * - the hash of the client task is passed to userspace 168 * (on the receiving side) as ARG4 of the call. 169 * - the hash of the allocated phone is passed to userspace 167 * - the allocated phoneid is passed to userspace 170 168 * (on the receiving side) as ARG5 of the call. 171 169 * … … 321 319 typedef struct { 322 320 sysarg_t args[IPC_CALL_LEN]; 323 /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */324 struct task *task;325 /** Phone which made or last masqueraded this call. */326 321 phone_t *phone; 327 322 } ipc_data_t; … … 338 333 * The caller box is different from sender->answerbox 339 334 * for synchronous calls. 335 * 340 336 */ 341 337 answerbox_t *callerbox; … … 354 350 * cases, we must keep it aside so that the answer is processed 355 351 * correctly. 352 * 356 353 */ 357 354 phone_t *caller_phone;
Note:
See TracChangeset
for help on using the changeset viewer.