VirtualBox

Changeset 57970 in vbox for trunk/include


Ignore:
Timestamp:
Sep 30, 2015 2:56:34 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102966
Message:

Runtime: fixed parameters for RTUdpCreateClientSocket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/udp.h

    r57957 r57970  
    156156 * @param   pszAddress          The address to connect to.
    157157 * @param   uPort               The port to connect to.
    158  * @param   pDefaultDstAddr     A default destination address for sending data
    159  *                              through this socket, can be NULL.
     158 * @param   pLocalAddr          The local address to bind this socket to, can be
     159 *                              NULL.
    160160 * @param   pSock               Where to store the handle to the established connection.
    161161 */
    162 RTR3DECL(int) RTUdpCreateClientSocket(const char *pszAddress, uint32_t uPort, PRTNETADDR pDefaultDstAddr, PRTSOCKET pSock);
     162RTR3DECL(int) RTUdpCreateClientSocket(const char *pszAddress, uint32_t uPort, PRTNETADDR pLocalAddr, PRTSOCKET pSock);
    163163
    164164/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette