VirtualBox

Changeset 24917 in vbox for trunk/include


Ignore:
Timestamp:
Nov 24, 2009 3:45:00 PM (15 years ago)
Author:
vboxsync
Message:

SSM,Main: Fixed error propagation on the target side so that a source side cancellation ends up a s VERR_SSM_CANCELLED instead of VERR_SSM_LOADED_TOO_MUCH.

File:
1 edited

Legend:

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

    r24895 r24917  
    979979     * @returns VBox status code.
    980980     * @param   pvUser              The user argument.
     981     * @param   fCancelled          True if the operation was cancelled.
    981982     */
    982     DECLCALLBACKMEMBER(int, pfnClose)(void *pvUser);
     983    DECLCALLBACKMEMBER(int, pfnClose)(void *pvUser, bool fCancelled);
    983984
    984985    /** Struct magic + version (SSMSTRMOPS_VERSION). */
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