VirtualBox

Changeset 24101 in vbox for trunk/include


Ignore:
Timestamp:
Oct 27, 2009 12:03:09 AM (15 years ago)
Author:
vboxsync
Message:

DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver where DevBusLogic can make use of it as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmifs.h

    r24098 r24101  
    25612561     DECLR3CALLBACKMEMBER(int, pfnSCSIRequestSend, (PPDMISCSICONNECTOR pInterface, PPDMSCSIREQUEST pSCSIRequest));
    25622562
    2563     /**
    2564      * Wait for all current requests to complete.
    2565      *
    2566      * This can only be called while the VM is running.
    2567      *
    2568      * @returns VINF_SUCCESS, VERR_NO_MEMORY, VERR_INVALID_STATE or VERR_TIMEOUT.
    2569      * @param   pInterface      Pointer to this interface.
    2570      * @param   cMillies        The timeout in milliseconds or RT_INDEFINITE_WAIT.
    2571      */
    2572      DECLR3CALLBACKMEMBER(int, pfnSyncronizeRequests, (PPDMISCSICONNECTOR pInterface, uint32_t cMillies));
    2573 
    25742563} PDMISCSICONNECTOR;
    25752564
Note: See TracChangeset for help on using the changeset viewer.

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