Skip to content

File SolidSyslogTimestamp.h

FileList > Core > Interface > SolidSyslogTimestamp.h

Go to the source code of this file

The broken-down timestamp struct and the SolidSyslogClockFunction that fills it, supplying the RFC 5424 TIMESTAMP field.

  • #include "ExternC.h"
  • #include <stdint.h>

Classes

Type Name
struct SolidSyslogTimestamp
Broken-down timestamp as emitted by a SolidSyslogClockFunction.

Public Types

Type Name
typedef void(* SolidSyslogClockFunction
Fills timestamp _with the current time, or zeroes it to signal "no
usable timestamp"._

Public Types Documentation

typedef SolidSyslogClockFunction

Fills timestamp with the current time, or zeroes it to signal "no usable timestamp".

typedef void(* SolidSyslogClockFunction) (struct SolidSyslogTimestamp *timestamp);

Installed as SolidSyslogConfig.Clock.



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