Changeset 6d9c49a in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-03-13T19:39:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45d6add
- Parents:
- 78a95d6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r78a95d6f r6d9c49a 33 33 #include <synch/spinlock.h> 34 34 #include <adt/list.h> 35 #include <ipc/ipc.h> 35 36 36 37 /** Task structure. */ … … 40 41 link_t tasks_link; /**< Link to other tasks within the system. */ 41 42 as_t *as; /**< Address space. */ 43 answerbox_t answerbox; /**< Communication endpoint */ 44 phone_t phones[IPC_MAX_PHONES]; 42 45 }; 43 46
Note:
See TracChangeset
for help on using the changeset viewer.