VirtualBox

Changeset 24124 in vbox for trunk


Ignore:
Timestamp:
Oct 28, 2009 9:53:49 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54036
Message:

DrvSCSI: Initialize DRVSCSI::pDrvIns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvSCSI.cpp

    r24105 r24124  
    912912
    913913    /*
    914      * Initialize interfaces.
     914     * Initialize the instance data.
    915915     */
    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;
    918920
    919921    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette