Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1568 → Rev 1567

/kernel/trunk/generic/include/proc/task.h
51,9 → 51,7
/* IPC stuff */
answerbox_t answerbox; /**< Communication endpoint */
phone_t phones[IPC_MAX_PHONES];
atomic_t active_calls; /**< Active asynchronous messages.
* It is used for limiting uspace to
* certain extent. */
atomic_t active_calls; /**< Active asynchronous messages */
task_arch_t arch; /**< Architecture specific task data. */