Changeset b131ef3 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2018-03-11T07:35:05Z (7 years ago)
- Children:
- 5ee4266
- Parents:
- 4428d62
- git-author:
- Jakub Jermar <jakub@…> (2018-03-04 11:18:52)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-11 07:35:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r4428d62 rb131ef3 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;
Note:
See TracChangeset
for help on using the changeset viewer.