Changeset 10377 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Jul 8, 2008 4:26:13 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r10254 r10377 151 151 * Create a new session. 152 152 */ 153 rc = supdrvCreateSession(&g_DevExt, &pSession);153 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, &pSession); 154 154 if (RT_SUCCESS(rc)) 155 155 { 156 pSession->Process = RTProcSelf();157 pSession->R0Process = RTR0ProcHandleSelf();158 156 pSession->sfn = sfn; 159 157
Note:
See TracChangeset
for help on using the changeset viewer.