VirtualBox

Changeset 13757 in vbox


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

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMMFork.cpp

    r13742 r13757  
    137137                RTPrintf(TESTCASE ": testing VM after fork.\n");
    138138                PVMREQ pReq1 = NULL;
    139                 rc = VMR3ReqCall(pVM, &pReq1, RT_INDEFINITE_WAIT, (PFNRT)VMMDoTest, 1, pVM);
     139                rc = VMR3ReqCall(pVM, VMREQDEST_ALL, &pReq1, RT_INDEFINITE_WAIT, (PFNRT)VMMDoTest, 1, pVM);
    140140                AssertRC(rc);
    141141                VMR3ReqFree(pReq1);
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