File SolidSyslogEndpointHost.h¶
FileList > Core > Interface > SolidSyslogEndpointHost.h
Go to the source code of this file
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 "ExternC.h"#include <stddef.h>
Public Functions¶
| Type | Name |
|---|---|
| void | SolidSyslogEndpointHost_String (struct SolidSyslogEndpointHost * host, const char * source, size_t maxLength) 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. |
Public Functions Documentation¶
function 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