KServerPort: Difference between revisions
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Kernel objects]] | [[Category:Kernel synchronization objects]] | ||
class [[KServerPort]] extends [[KSynchronizationObject]]; | class [[KServerPort]] extends [[KSynchronizationObject]]; | ||
Line 36: | Line 36: | ||
| 0x18 | | 0x18 | ||
| [[KLinkedListNode]]* | | [[KLinkedListNode]]* | ||
| Pointer to first KLinkedListNode in the list of | | Pointer to first KLinkedListNode in the list of KServerSessions associated with this object | ||
|- | |- | ||
| 0x1C | | 0x1C | ||
| [[KLinkedListNode]]* | | [[KLinkedListNode]]* | ||
| Pointer to last KLinkedListNode in the list of | | Pointer to last KLinkedListNode in the list of KServerSessions associated with this object | ||
|- | |- | ||
| 0x20 | | 0x20 |