Skip to content

File SolidSyslogWinsockAddress.h

FileList > Interface > SolidSyslogWinsockAddress.h

Go to the source code of this file

A Windows destination-address handle wrapping the Winsock struct sockaddr_in. More...

  • #include "ExternC.h"

Public Functions

Type Name
struct SolidSyslogAddress * SolidSyslogWinsockAddress_Create (void)
Draw one per sender from the pool (SOLIDSYSLOG_ADDRESS_POOL_SIZE); on exhaustion Create returns a shared TU-private singleton, so integrators that overflow the pool share that storage and race on it.
void SolidSyslogWinsockAddress_Destroy (struct SolidSyslogAddress * base)
Release the pool slot.

Detailed Description

A Resolver writes the resolved IPv4 endpoint into it; a Datagram or Stream reads it back to send. It is a value slot the two sides share, not a vtable object.

Public Functions Documentation

function SolidSyslogWinsockAddress_Create

Draw one per sender from the pool (SOLIDSYSLOG_ADDRESS_POOL_SIZE); on exhaustion Create returns a shared TU-private singleton, so integrators that overflow the pool share that storage and race on it.

struct SolidSyslogAddress * SolidSyslogWinsockAddress_Create (
    void
) 


function SolidSyslogWinsockAddress_Destroy

Release the pool slot.

void SolidSyslogWinsockAddress_Destroy (
    struct SolidSyslogAddress * base
) 



The documentation for this class was generated from the following file Platform/Windows/Interface/SolidSyslogWinsockAddress.h