File SolidSyslogPosixHostname.h¶
FileList > Interface > SolidSyslogPosixHostname.h
Go to the source code of this file
The POSIX SolidSyslogHeaderFieldFunction for RFC 5424 HOSTNAME, for SolidSyslogConfig.GetHostname .
#include "ExternC.h"
Public Functions¶
| Type | Name |
|---|---|
| EXTERN_C_BEGIN void | SolidSyslogPosixHostname_Get (struct SolidSyslogHeaderField * field, void * context) Writes the host's name (gethostname) into field . |
Public Functions Documentation¶
function SolidSyslogPosixHostname_Get¶
Writes the host's name (gethostname) into field .
EXTERN_C_BEGIN void SolidSyslogPosixHostname_Get (
struct SolidSyslogHeaderField * field,
void * context
)
context is unused.
The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixHostname.h