Changeset b91bb65 in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-06-05T14:11:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c1c677
- Parents:
- e090e1bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
re090e1bc rb91bb65 49 49 50 50 char *name; 51 thread_t *main_thread; /**< Pointer to the main thread. */ 51 52 link_t th_head; /**< List of threads contained in this task. */ 52 53 as_t *as; /**< Address space. */
Note:
See TracChangeset
for help on using the changeset viewer.