Changeset 31833 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 21, 2010 12:12:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/FTMInternal.h
r31830 r31833 38 38 { 39 39 /** Address of the standby VM. */ 40 char *pszAddress;40 R3PTRTYPE(char *) pszAddress; 41 41 /** Password to access the syncing server of the standby VM. */ 42 char *pszPassword;42 R3PTRTYPE(char *) pszPassword; 43 43 /** Port of the standby VM. */ 44 44 unsigned uPort; … … 71 71 struct 72 72 { 73 PRTTCPSERVERhServer;73 R3PTRTYPE(PRTTCPSERVER) hServer; 74 74 } standby; 75 75
Note:
See TracChangeset
for help on using the changeset viewer.