Changeset 11561 in vbox for trunk/include
- Timestamp:
- Aug 21, 2008 11:09:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r11556 r11561 2558 2558 DECLR3CALLBACKMEMBER(int, pfnSCSIRequestSend, (PPDMISCSICONNECTOR pInterface, PPDMSCSIREQUEST pSCSIRequest)); 2559 2559 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 2570 2560 } PDMISCSICONNECTOR; 2571 2561 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.