- Timestamp:
- Oct 28, 2009 9:53:49 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54036
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r24105 r24124 912 912 913 913 /* 914 * Initialize interfaces.914 * Initialize the instance data. 915 915 */ 916 pDrvIns->IBase.pfnQueryInterface = drvscsiQueryInterface; 917 pThis->ISCSIConnector.pfnSCSIRequestSend = drvscsiRequestSend; 916 pThis->pDrvIns = pDrvIns; 917 pThis->ISCSIConnector.pfnSCSIRequestSend = drvscsiRequestSend; 918 919 pDrvIns->IBase.pfnQueryInterface = drvscsiQueryInterface; 918 920 919 921 /*
Note:
See TracChangeset
for help on using the changeset viewer.