Changeset 22784 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Sep 4, 2009 2:25:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp
r19300 r22784 161 161 startProgressInfo("Saving"); 162 162 rc = VMR3ReqCall(pVM, VMCPUID_ANY, &pReq, RT_INDEFINITE_WAIT, 163 (PFNRT)VMR3Save, 4, pVM, g_pszStateFile, &callProgressInfo, (uintptr_t)NULL);163 (PFNRT)VMR3Save, 5, pVM, g_pszStateFile, false /*fContinueAftewards*/, &callProgressInfo, (uintptr_t)NULL); 164 164 endProgressInfo(); 165 165 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.