VirtualBox

Changeset 29957 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jun 1, 2010 3:21:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62239
Message:

Console*: Fixed power off on failure issue again (should be correct now). Fixed missing socket retaining on the source side that would occasionally cause teleporterTcpOpIsOk to fail. Attempt at fixing the error propagation on the target side.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r29580 r29957  
    573573    HRESULT                     teleporterSrcReadACK(TeleporterStateSrc *pState, const char *pszWhich, const char *pszNAckMsg = NULL);
    574574    HRESULT                     teleporterSrcSubmitCommand(TeleporterStateSrc *pState, const char *pszCommand, bool fWaitForAck = true);
    575     int                         teleporterTrg(PVM pVM, IMachine *pMachine, bool fStartPaused, Progress *pProgress);
     575    HRESULT                     teleporterTrg(PVM pVM, IMachine *pMachine, Utf8Str *pErrorMsg, bool fStartPaused,
     576                                              Progress *pProgress, bool *pfPowerOffOnFailure);
    576577    static DECLCALLBACK(int)    teleporterTrgServeConnection(RTSOCKET Sock, void *pvUser);
    577578    /** @} */
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