VirtualBox

Changeset 23593 in vbox for trunk/include


Ignore:
Timestamp:
Oct 7, 2009 12:59:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53265
Message:

SSM: Fixed bug causing invalid/unnecessary directory entries. Made SSMR3Load also accept a stream method table.

File:
1 edited

Legend:

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

    r23589 r23593  
    735735VMMR3_INT_DECL(int)     SSMR3LiveDoStep2(PSSMHANDLE pSSM);
    736736VMMR3_INT_DECL(int)     SSMR3LiveDone(PSSMHANDLE pSSM);
    737 VMMR3DECL(int)          SSMR3Load(PVM pVM, const char *pszFilename, SSMAFTER enmAfter, PFNVMPROGRESS pfnProgress, void *pvUser);
     737VMMR3DECL(int)          SSMR3Load(PVM pVM, const char *pszFilename, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser,
     738                                  SSMAFTER enmAfter, PFNVMPROGRESS pfnProgress, void *pvProgressUser);
    738739VMMR3DECL(int)          SSMR3ValidateFile(const char *pszFilename, bool fChecksumIt);
    739740VMMR3DECL(int)          SSMR3Open(const char *pszFilename, unsigned fFlags, PSSMHANDLE *ppSSM);
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