VirtualBox

Changeset 31833 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 21, 2010 12:12:28 AM (14 years ago)
Author:
vboxsync
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/FTMInternal.h

    r31830 r31833  
    3838{
    3939    /** Address of the standby VM. */
    40     char               *pszAddress;
     40    R3PTRTYPE(char *)   pszAddress;
    4141    /** Password to access the syncing server of the standby VM. */
    42     char               *pszPassword;
     42    R3PTRTYPE(char *)   pszPassword;
    4343    /** Port of the standby VM. */
    4444    unsigned            uPort;
     
    7171    struct
    7272    {
    73         PRTTCPSERVER    hServer;
     73        R3PTRTYPE(PRTTCPSERVER) hServer;
    7474    } standby;
    7575
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