Changeset 13757 in vbox
- Timestamp:
- Nov 3, 2008 3:56:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMMFork.cpp
r13742 r13757 137 137 RTPrintf(TESTCASE ": testing VM after fork.\n"); 138 138 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); 140 140 AssertRC(rc); 141 141 VMR3ReqFree(pReq1);
Note:
See TracChangeset
for help on using the changeset viewer.