Rev 1468 | Rev 1579 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1468 | Rev 1568 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | cap_t capabilities; /**< Task capabilities. */ |
49 | cap_t capabilities; /**< Task capabilities. */ |
| 50 | 50 | ||
| 51 | /* IPC stuff */ |
51 | /* IPC stuff */ |
| 52 | answerbox_t answerbox; /**< Communication endpoint */ |
52 | answerbox_t answerbox; /**< Communication endpoint */ |
| 53 | phone_t phones[IPC_MAX_PHONES]; |
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 | task_arch_t arch; /**< Architecture specific task data. */ |
58 | task_arch_t arch; /**< Architecture specific task data. */ |
| 57 | 59 | ||
| 58 | /** |
60 | /** |
| 59 | * Serializes access to the B+tree of task's futexes. This mutex is |
61 | * Serializes access to the B+tree of task's futexes. This mutex is |