Changeset 13782 in vbox for trunk/src/VBox/VMM/testcase/tstVMMFork.cpp
- Timestamp:
- Nov 4, 2008 12:16:30 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMMFork.cpp
r13757 r13782 137 137 RTPrintf(TESTCASE ": testing VM after fork.\n"); 138 138 PVMREQ pReq1 = NULL; 139 rc = VMR3ReqCall(pVM, VMREQDEST_A LL, &pReq1, RT_INDEFINITE_WAIT, (PFNRT)VMMDoTest, 1, pVM);139 rc = VMR3ReqCall(pVM, VMREQDEST_ANY, &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.