Changeset 67f11a0 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2018-03-15T17:40:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 530f2de, e9e4068
- Parents:
- 30f1a25 (diff), a36f442 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermar <jakub@…> (2018-03-15 17:25:56)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-15 17:40:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r30f1a25 r67f11a0 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 84 89 /** Phones connected to this answerbox. */ 85 90 list_t connected_phones; … … 177 182 extern slab_cache_t *phone_cache; 178 183 179 extern answerbox_t *ipc_ phone_0;184 extern answerbox_t *ipc_box_0; 180 185 181 186 extern void ipc_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.