Changes in kernel/generic/include/proc/task.h [6c34f587:1066041] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r6c34f587 r1066041 57 57 #include <mm/as.h> 58 58 #include <abi/sysinfo.h> 59 #include <arch.h> 60 61 #define TASK THE->task 62 59 63 60 64 struct thread; … … 94 98 phone_t phones[IPC_MAX_PHONES]; 95 99 stats_ipc_t ipc_info; /**< IPC statistics */ 100 list_t sync_boxes; /**< List of synchronous answerboxes. */ 96 101 event_t events[EVENT_TASK_END - EVENT_END]; 97 102
Note:
See TracChangeset
for help on using the changeset viewer.