VirtualBox

Changeset 53540 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 14, 2014 10:01:46 PM (10 years ago)
Author:
vboxsync
Message:

Missing file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r53354 r53540  
    65266526}
    65276527
    6528 DECLCALLBACK(int) Medium::i_vdTcpClientConnect(VDSOCKET Sock, const char *pszAddress, uint32_t uPort)
     6528DECLCALLBACK(int) Medium::i_vdTcpClientConnect(VDSOCKET Sock, const char *pszAddress, uint32_t uPort,
     6529                                               RTMSINTERVAL cMillies)
    65296530{
    65306531    PVDSOCKETINT pSocketInt = (PVDSOCKETINT)Sock;
    65316532
    6532     return RTTcpClientConnect(pszAddress, uPort, &pSocketInt->hSocket);
     6533    return RTTcpClientConnectEx(pszAddress, uPort, &pSocketInt->hSocket, cMillies, NULL);
    65336534}
    65346535
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