Changeset 286e03d in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-03-15T11:44:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8965838e
- Parents:
- 91d5ad6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r91d5ad6 r286e03d 41 41 link_t tasks_link; /**< Link to other tasks within the system. */ 42 42 as_t *as; /**< Address space. */ 43 task_id_t taskid; /**< Unique identity of task */ 44 43 45 /* IPC stuff */ 44 46 answerbox_t answerbox; /**< Communication endpoint */
Note:
See TracChangeset
for help on using the changeset viewer.