KSession: Difference between revisions

Bond697 (talk | contribs)
No edit summary
Bond697 (talk | contribs)
No edit summary
Line 104: Line 104:
|-
|-
| 0x38
| 0x38
| KLinkedListNode*
| [[KLinkedListNode]]*
| Pointer to first KLinkedListNode in list of KThreads using this client session
| Pointer to first KLinkedListNode in list of KThreads using this client session
|-
|-
| 0x3C
| 0x3C
| KLinkedListNode*
| [[KLinkedListNode]]*
| Pointer to last KLinkedListNode in list of KThreads using this client session
| Pointer to last KLinkedListNode in list of KThreads using this client session
|-
|-
Line 120: Line 120:
|-
|-
| 0x48
| 0x48
| KClientPort*  
| [[KClientPort]]*  
| Pointer to associated client port inside parent KPort
| Pointer to associated client port inside parent KPort
|-
|-