Changeset 6036 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 10, 2007 8:45:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r6033 r6036 155 155 /** Size of the MMIO region. */ 156 156 off_t cbMMIO; 157 /** Kernel session. */158 PVBOXGUESTSESSION pKernelSession;159 157 /** VMMDev Version. */ 160 158 uint32_t u32Version; … … 635 633 ("SC: %p != %p\n", pSession->pDevExt, &g_DevExt), VERR_INVALID_HANDLE); 636 634 637 return VBoxGuestCommonIOCtl(iCmd, &g_DevExt, pS tate->pKernelSession, pvData, cbData, pcbDataReturned);635 return VBoxGuestCommonIOCtl(iCmd, &g_DevExt, pSession, pvData, cbData, pcbDataReturned); 638 636 } 639 637
Note:
See TracChangeset
for help on using the changeset viewer.