VirtualBox

Ignore:
Timestamp:
Nov 3, 2008 3:54:01 PM (16 years ago)
Author:
vboxsync
Message:

Compile fixes for the VM request changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r13303 r13756  
    23372337
    23382338                        PDMCritSectLeave(&pCtl->lock);
    2339                         rc = VMR3ReqCall(PDMDevHlpGetVM(pDevIns), &pReq, RT_INDEFINITE_WAIT,
     2339                        rc = VMR3ReqCall(PDMDevHlpGetVM(pDevIns), VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT,
    23402340                                         (PFNRT)s->pDrvMount->pfnUnmount, 2, s->pDrvMount, false);
    23412341                        AssertReleaseRC(rc);
     
    39093909
    39103910    pCtl->fRedoIdle = true;
    3911     rc = VMR3ReqCall(PDMDevHlpGetVM(pDevIns), &pReq, RT_INDEFINITE_WAIT,
     3911    rc = VMR3ReqCall(PDMDevHlpGetVM(pDevIns), VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT,
    39123912                     (PFNRT)PDMDevHlpVMSuspend, 1, pDevIns);
    39133913    AssertReleaseRC(rc);
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