Changeset eb3d379 in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-06-04T15:58:01Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8adafa0
- Parents:
- 7669bcf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r7669bcf reb3d379 52 52 answerbox_t answerbox; /**< Communication endpoint */ 53 53 phone_t phones[IPC_MAX_PHONES]; 54 atomic_t active_calls; /**< Active asynchronous messages */ 54 atomic_t active_calls; /**< Active asynchronous messages. 55 * It is used for limiting uspace to 56 * certain extent. */ 55 57 56 58 task_arch_t arch; /**< Architecture specific task data. */
Note:
See TracChangeset
for help on using the changeset viewer.