Changeset 31723 in vbox for trunk/include
- Timestamp:
- Aug 17, 2010 12:02:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ftm.h
r31721 r31723 1 1 /** @file 2 * FTM - Fault Tolerance M onitor. (VMM)2 * FTM - Fault Tolerance Manager 3 3 */ 4 4 … … 41 41 * @{ 42 42 */ 43 VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fSource, unsigned uInterval, c har *pszAddress, unsigned uPort);43 VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fSource, unsigned uInterval, const char *pszAddress, unsigned uPort); 44 44 45 45 #endif /* IN_RING3 */ 46 47 /** @} */ 46 48 47 49 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.