VirtualBox

Changeset 4185 in vbox for trunk/include


Ignore:
Timestamp:
Aug 16, 2007 10:44:44 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23677
Message:

Fixed x86/amd64 file header difference. Added SSMAFTER_DEBUG_IT for tstAnimate and (later) debugger usage.

File:
1 edited

Legend:

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

    r4071 r4185  
    4646    /** Will continue execution after saving the VM. */
    4747    SSMAFTER_CONTINUE,
     48    /** Will debug the saved state.
     49     * This is used to drop some of the stricter consitentcy checks so it'll
     50     * load fine in the debugger or animator. */
     51    SSMAFTER_DEBUG_IT,
    4852    /** The file was opened using SSMR3Open() and we have no idea what the plan is. */
    4953    SSMAFTER_OPENED
     
    533537 * @param   pVM             The VM handle.
    534538 * @param   pszFilename     Name of the file to save the state in.
    535  * @param   enmAfter        What is planned after a successful save operation.
     539 * @param   enmAfter        What is planned after a successful load operation.
     540 *                          Only acceptable values are SSMAFTER_RESUME and SSMAFTER_DEBUG_IT.
    536541 * @param   pfnProgress     Progress callback. Optional.
    537542 * @param   pvUser          User argument for the progress callback.
     
    11091114 * @param   pSSM            SSM operation handle.
    11101115 */
    1111 SSMR3DECL(int) SSMR3HandleGetAfter(PSSMHANDLE pSSM);
     1116SSMR3DECL(SSMAFTER) SSMR3HandleGetAfter(PSSMHANDLE pSSM);
    11121117
    11131118
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