VirtualBox

Changeset 31895 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Aug 24, 2010 9:00:14 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65105
Message:

FT updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp

    r28800 r31895  
    132132    startProgressInfo("Saving");
    133133    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);
    135138    AssertRC(rc);
    136139    endProgressInfo();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette