Changeset 764c302 in mainline for kernel/generic/include/proc/task.h
- Timestamp:
- 2006-07-28T23:25:10Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c049309
- Parents:
- 42d3be3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r42d3be3 r764c302 27 27 */ 28 28 29 29 /** @addtogroup genericproc 30 30 * @{ 31 31 */ … … 59 59 as_t *as; /**< Address space. */ 60 60 task_id_t taskid; /**< Unique identity of task */ 61 context_id_t context; /**< Task security context */ 61 62 62 63 /** If this is true, new threads can become part of the task. */
Note:
See TracChangeset
for help on using the changeset viewer.