VirtualBox

Changeset 91957 in vbox for trunk/include


Ignore:
Timestamp:
Oct 21, 2021 2:28:25 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147763
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
  • TabularUnified trunk/include/VBox/vmm/pdmdrv.h

    r91955 r91957  
    23542354                                                 PPDMBLKCACHEIOXFER hIoXfer, int rcIoXfer)
    23552355{
    2356     return pDrvIns->pHlpR3->pfnBlkCacheIoXferComplete(pBlkCache, hIoXfer, rcIoXfer);
     2356    pDrvIns->pHlpR3->pfnBlkCacheIoXferComplete(pBlkCache, hIoXfer, rcIoXfer);
    23572357}
    23582358
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