Changeset f21a61e in mainline
- Timestamp:
- 2011-01-24T20:44:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c80fdd0
- Parents:
- 8c9b742
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r8c9b742 rf21a61e 321 321 typedef struct { 322 322 sysarg_t args[IPC_CALL_LEN]; 323 /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */ 324 struct task *task; 323 325 /** Phone which made or last masqueraded this call. */ 324 326 phone_t *phone; 325 /** Last task to perform _ipc_call(). */326 struct task *task;327 327 } ipc_data_t; 328 328
Note:
See TracChangeset
for help on using the changeset viewer.