VirtualBox

Changeset 31723 in vbox


Ignore:
Timestamp:
Aug 17, 2010 12:02:03 PM (14 years ago)
Author:
vboxsync
Message:

FT updates

Location:
trunk
Files:
2 edited

Legend:

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

    r31721 r31723  
    11/** @file
    2  * FTM - Fault Tolerance Monitor. (VMM)
     2 * FTM - Fault Tolerance Manager
    33 */
    44
     
    4141 * @{
    4242 */
    43 VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fSource, unsigned uInterval, char *pszAddress, unsigned uPort);
     43VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fSource, unsigned uInterval, const char *pszAddress, unsigned uPort);
    4444
    4545#endif /* IN_RING3 */
     46
     47/** @} */
    4648
    4749/** @} */
  • trunk/src/VBox/VMM/FTM.cpp

    r31722 r31723  
    11/* $Id$ */
    22/** @file
    3  * GMM - Global Memory Manager, ring-3 request wrappers.
     3 * FTM - Fault Tolerance Manager
    44 */
    55
     
    2121*******************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_FTM
    23 #include <VBox/gmm.h>
    2423#include <VBox/vmm.h>
    2524#include <VBox/vm.h>
    26 #include <VBox/sup.h>
    2725#include <VBox/err.h>
    2826#include <VBox/param.h>
     27#include <VBox/ftm.h>
    2928
    3029#include <iprt/assert.h>
    3130#include <VBox/log.h>
    32 #include <iprt/mem.h>
    33 #include <iprt/string.h>
    3431
    3532
    36 VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fSource, unsigned uInterval, char *pszAddress, unsigned uPort)
     33
     34VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fSource, unsigned uInterval, const char *pszAddress, unsigned uPort)
    3735{
    3836    return VERR_NOT_IMPLEMENTED;
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