VirtualBox

Changeset 32343 in vbox for trunk/src/VBox/VMM/SSM.cpp


Ignore:
Timestamp:
Sep 9, 2010 12:13:14 PM (14 years ago)
Author:
vboxsync
Message:

SSM: nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SSM.cpp

    r31895 r32343  
    47874787    FileHdr.u16VerMinor  = VBOX_VERSION_MINOR;
    47884788    FileHdr.u32VerBuild  = VBOX_VERSION_BUILD;
    4789     FileHdr.u32SvnRev    = VMMGetSvnRev(),
     4789    FileHdr.u32SvnRev    = VMMGetSvnRev();
    47904790    FileHdr.cHostBits    = HC_ARCH_BITS;
    47914791    FileHdr.cbGCPhys     = sizeof(RTGCPHYS);
     
    48964896 * @thread  EMT
    48974897 */
    4898 VMMR3DECL(int) SSMR3Save(PVM pVM, const char *pszFilename, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, 
     4898VMMR3DECL(int) SSMR3Save(PVM pVM, const char *pszFilename, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser,
    48994899                         SSMAFTER enmAfter, PFNVMPROGRESS pfnProgress, void *pvUser)
    49004900{
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