VirtualBox

Changeset 91972 in vbox for trunk/include


Ignore:
Timestamp:
Oct 21, 2021 4:09:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147778
Message:

VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and PDMR3BlkCache* and use the device helper callbacks, ​bugref:10074 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdrv.h

    r91957 r91972  
    21462146                                                PPPDMASYNCCOMPLETIONTASK ppTask)
    21472147{
    2148     return pDrvIns->pHlpR3->pfnAsyncCompletionEpRead(pEndpoint, off, paSegments, cSegments, cbWrite, pvUser, ppTask);
     2148    return pDrvIns->pHlpR3->pfnAsyncCompletionEpWrite(pEndpoint, off, paSegments, cSegments, cbWrite, pvUser, ppTask);
    21492149}
    21502150# endif
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