Changeset 31895 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Aug 24, 2010 9:00:14 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp
r28800 r31895 132 132 startProgressInfo("Saving"); 133 133 rc = VMR3ReqCallWait(gpVM, VMCPUID_ANY, 134 (PFNRT)VMR3Save, 5, gpVM, g_pszStateFile, false /*fContinueAftewards*/, &callProgressInfo, (uintptr_t)NULL); 134 (PFNRT)VMR3Save, 7, gpVM, g_pszStateFile, 135 NULL /* pStreamOps */, 136 NULL /* pvStreamOpsUser */, 137 false /*fContinueAftewards*/, &callProgressInfo, (uintptr_t)NULL); 135 138 AssertRC(rc); 136 139 endProgressInfo();
Note:
See TracChangeset
for help on using the changeset viewer.