VirtualBox

Changeset 86415 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Oct 2, 2020 11:50:21 AM (4 years ago)
Author:
vboxsync
Message:

IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for sockets too. bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/socket.h

    r82968 r86415  
    5656#ifndef IPRT_INTERNAL_SOCKET_POLLING_ONLY
    5757DECLHIDDEN(int) rtSocketResolverError(void);
    58 DECLHIDDEN(int) rtSocketCreateForNative(RTSOCKETINT **ppSocket, RTSOCKETNATIVE hNative);
     58DECLHIDDEN(int) rtSocketCreateForNative(RTSOCKETINT **ppSocket, RTSOCKETNATIVE hNative, bool fLeaveOpen);
    5959DECLHIDDEN(int) rtSocketCreate(PRTSOCKET phSocket, int iDomain, int iType, int iProtocol);
    6060DECLHIDDEN(int) rtSocketCreateTcpPair(RTSOCKET *phServer, RTSOCKET *phClient);
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