VirtualBox

Changeset 21787 in vbox for trunk/include


Ignore:
Timestamp:
Jul 24, 2009 12:51:44 PM (16 years ago)
Author:
vboxsync
Message:

SSMR3ValidateFile/ConsoleImpl.cpp: Don't waste lots of time checksumming the file before creating the VM and calling VMMR3Load.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ssm.h

    r21217 r21787  
    436436VMMR3DECL(int) SSMR3Save(PVM pVM, const char *pszFilename, SSMAFTER enmAfter, PFNVMPROGRESS pfnProgress, void *pvUser);
    437437VMMR3DECL(int) SSMR3Load(PVM pVM, const char *pszFilename, SSMAFTER enmAfter, PFNVMPROGRESS pfnProgress, void *pvUser);
    438 VMMR3DECL(int) SSMR3ValidateFile(const char *pszFilename);
     438VMMR3DECL(int) SSMR3ValidateFile(const char *pszFilename, bool fChecksumIt);
    439439VMMR3DECL(int) SSMR3Open(const char *pszFilename, unsigned fFlags, PSSMHANDLE *ppSSM);
    440440VMMR3DECL(int) SSMR3Close(PSSMHANDLE pSSM);
Note: See TracChangeset for help on using the changeset viewer.

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