Struct SolidSyslogMetaSdConfig¶
ClassList > SolidSyslogMetaSdConfig
#include <SolidSyslogMetaSd.h>
struct SolidSyslogMetaSdConfig
{
struct SolidSyslogAtomicCounter* Counter;
SolidSyslogSysUpTimeFunction GetSysUpTime;
SolidSyslogSdValueFunction GetLanguage;
void* LanguageContext;
};
Detailed Description¶
Wiring for the "meta" SD-ELEMENT (RFC 5424 §7.3).
Whatever is provided must outlive the created SD; the config is read only during Create.
Public Attributes Documentation¶
Counter¶
Required; each message consumes one Increment as the sequenceId PARAM.
GetLanguage¶
NULL omits the language PARAM.
GetSysUpTime¶
NULL omits the sysUpTime PARAM.
LanguageContext¶
Passed to GetLanguage unchanged.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogMetaSd.h