Skip to content

File SolidSyslogEndpointHost.h

FileList > Core > Interface > SolidSyslogEndpointHost.h

The value sink an endpoint callback writes the destination host into - copied verbatim so a DNS name or IP literal reaches the resolver intact.

  • #include "SolidSyslogExternC.h"
  • #include <stddef.h>

Public Functions Documentation

SolidSyslogEndpointHost_String

Appends up to maxLength bytes ofsource (stopping at a NUL terminator) verbatim intohost , further bounded by the host-field width the sink was created with.

void SolidSyslogEndpointHost_String (
    struct SolidSyslogEndpointHost * host,
    const char * source,
    size_t maxLength
) 



The documentation for this class was generated from the following file Core/Interface/SolidSyslogEndpointHost.h