Changeset 5f62ef9 in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-03-14T23:47:04Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d99d8c8
- Parents:
- 1065603e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r1065603e r5f62ef9 41 41 link_t tasks_link; /**< Link to other tasks within the system. */ 42 42 as_t *as; /**< Address space. */ 43 /* IPC stuff */ 43 44 answerbox_t answerbox; /**< Communication endpoint */ 44 45 phone_t phones[IPC_MAX_PHONES]; 46 atomic_t active_calls; /**< Active asynchronous messages */ 45 47 }; 46 48
Note:
See TracChangeset
for help on using the changeset viewer.