VirtualBox

Ignore:
Timestamp:
Sep 5, 2009 1:29:24 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51986
Message:

SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the remainder of the live snapshot / migration SSM code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r22480 r22793  
    130130
    131131DECLCALLBACK(int)
    132 Display::displaySSMLoad(PSSMHANDLE pSSM, void *pvUser, uint32_t uVersion, uint32_t uPhase)
     132Display::displaySSMLoad(PSSMHANDLE pSSM, void *pvUser, uint32_t uVersion, uint32_t uPass)
    133133{
    134134    Display *that = static_cast<Display*>(pvUser);
     
    136136    if (uVersion != sSSMDisplayVer)
    137137        return VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION;
     138    Assert(uPass == SSM_PASS_FINAL); NOREF(uPass);
    138139
    139140    uint32_t cMonitors;
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