Changeset 32169 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Sep 1, 2010 9:21:30 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65451
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp
r31895 r32169 133 133 rc = VMR3ReqCallWait(gpVM, VMCPUID_ANY, 134 134 (PFNRT)VMR3Save, 7, gpVM, g_pszStateFile, 135 NULL /* pStreamOps */,136 NULL /* pvStreamOpsUser */,137 135 false /*fContinueAftewards*/, &callProgressInfo, (uintptr_t)NULL); 138 136 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.