VirtualBox

Changeset 11561 in vbox for trunk/include


Ignore:
Timestamp:
Aug 21, 2008 11:09:12 PM (16 years ago)
Author:
vboxsync
Message:

Use request packets instead of the fifo implementation

File:
1 edited

Legend:

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

    r11556 r11561  
    25582558     DECLR3CALLBACKMEMBER(int, pfnSCSIRequestSend, (PPDMISCSICONNECTOR pInterface, PPDMSCSIREQUEST pSCSIRequest));
    25592559
    2560     /**
    2561      * Sets the maximum number of requests the driver implementing this interface has to expect.
    2562      *
    2563      * @return VBox status code.
    2564      * @param  pInterface    Pointer to this interface.
    2565      * @param  cRequestsMax  Maximum number of simultaneous requests.
    2566      * @remark Before calling pfnSCSIRequestSend this function must be called.
    2567      */
    2568     DECLR3CALLBACKMEMBER(int, pfnSetSimultaneousRequestsMax, (PPDMISCSICONNECTOR pInterface, uint32_t cRequestsMax));
    2569 
    25702560} PDMISCSICONNECTOR;
    25712561/** @} */
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