KSession: Difference between revisions
maybe resolve some drama |
|||
Line 35: | Line 35: | ||
Structure for [[7.0.0-13]] NATIVE_FIRM upward: | Structure for [[7.0.0-13]] NATIVE_FIRM upward: | ||
Size : 0x4C bytes | Size : 0x4C bytes ([[KAutoObject]], [[KServerSession]], [[KClientSession]], sequentially): | ||
[[KAutoObject]]: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 50: | Line 51: | ||
| u32 | | u32 | ||
| Reference count | | Reference count | ||
|- | |||
|} | |||
[[KServerSession]]: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Type | |||
! Description | |||
|- | |- | ||
| 0x8 | | 0x8 | ||
Line 86: | Line 95: | ||
| [[KThread]]* | | [[KThread]]* | ||
| KThread that originated the session | | KThread that originated the session | ||
|- | |||
|} | |||
[[KClientSession]]: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Type | |||
! Description | |||
|- | |- | ||
| 0x2C | | 0x2C | ||
Line 119: | Line 136: | ||
| Pointer to associated client port inside parent KPort | | Pointer to associated client port inside parent KPort | ||
|- | |- | ||
|} |