VirtualBox

Changeset 11561

Show
Ignore:
Timestamp:
08/22/08 01:09:12 (3 months ago)
Author:
vboxsync
Message:

Use request packets instead of the fifo implementation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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/** @} */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy