VirtualBox

Changeset 53541 in vbox for trunk/src/VBox


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

Missing file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MediumImpl.h

    r53354 r53541  
    299299    static DECLCALLBACK(int) i_vdTcpSocketCreate(uint32_t fFlags, PVDSOCKET pSock);
    300300    static DECLCALLBACK(int) i_vdTcpSocketDestroy(VDSOCKET Sock);
    301     static DECLCALLBACK(int) i_vdTcpClientConnect(VDSOCKET Sock, const char *pszAddress, uint32_t uPort);
     301    static DECLCALLBACK(int) i_vdTcpClientConnect(VDSOCKET Sock, const char *pszAddress, uint32_t uPort,
     302                                                  RTMSINTERVAL cMillies);
    302303    static DECLCALLBACK(int) i_vdTcpClientClose(VDSOCKET Sock);
    303304    static DECLCALLBACK(bool) i_vdTcpIsClientConnected(VDSOCKET Sock);
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