Changes in kernel/generic/include/proc/task.h [55b77d9:26aafe8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r55b77d9 r26aafe8 73 73 char name[TASK_NAME_BUFLEN]; 74 74 /** List of threads contained in this task. */ 75 li st_t threads;75 link_t th_head; 76 76 /** Address space. */ 77 77 as_t *as; … … 94 94 stats_ipc_t ipc_info; /**< IPC statistics */ 95 95 /** List of synchronous answerboxes. */ 96 li st_t sync_boxes;96 link_t sync_box_head; 97 97 98 98 #ifdef CONFIG_UDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.