Changes in kernel/generic/include/ipc/ipc.h [70327bb:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r70327bb ra35b458 82 82 waitq_t wq; 83 83 84 /**85 * Number of answers the answerbox is expecting to eventually arrive.86 */87 atomic_t active_calls;88 89 84 /** Phones connected to this answerbox. */ 90 85 list_t connected_phones; … … 182 177 extern slab_cache_t *phone_cache; 183 178 184 extern answerbox_t *ipc_ box_0;179 extern answerbox_t *ipc_phone_0; 185 180 186 181 extern void ipc_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.