Changeset 25484 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Dec 18, 2009 2:04:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r25465 r25484 609 609 */ 610 610 if (RT_SUCCESS(rc)) 611 rc = supdrvInitDevExt(&g_DevExt );611 rc = supdrvInitDevExt(&g_DevExt, sizeof(SUPDRVSESSION)); 612 612 if (RT_SUCCESS(rc)) 613 613 { … … 732 732 * Call common code for the rest. 733 733 */ 734 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, (PSUPDRVSESSION *)&pSession);734 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, &pSession); 735 735 if (!rc) 736 736 {
Note:
See TracChangeset
for help on using the changeset viewer.