VirtualBox

Changeset 31734 in vbox


Ignore:
Timestamp:
Aug 17, 2010 2:13:46 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64906
Message:

FT updates

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r31732 r31734  
    1 /* $Id$ */
     1/* $Id */
    22/** @file
    33 * FTM - Fault Tolerance Manager
     
    3737 *
    3838 * @param   pVM         The VM to power on.
    39  * @param   fMaster     FT master or clone
     39 * @param   fMaster     FT master or standby
    4040 * @param   uInterval   FT sync interval
    4141 * @param   pszAddress  Master VM address
     
    4444 * @thread      Any thread.
    4545 * @vmstate     Created
    46  * @vmstateto   PoweringOn+Running (master), PoweringOn+Running_FT (clone)
     46 * @vmstateto   PoweringOn+Running (master), PoweringOn+Running_FT (standby)
    4747 */
    4848VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fMaster, unsigned uInterval, const char *pszAddress, unsigned uPort)
     
    5959    else
    6060    {
    61         /* clone */
     61        /* standby */
    6262    }
    6363    return VERR_NOT_IMPLEMENTED;
  • trunk/src/VBox/VMM/FTMInternal.h

    r31732 r31734  
    1 /* $Id$ */
     1/* $Id */
    22/** @file
    33 * FTM - Internal header file.
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