Skip to content

File SolidSyslogStreamDefinition.h

FileList > Core > Interface > SolidSyslogStreamDefinition.h

Go to the source code of this file

The Stream vtable (Open / Send / Read / Close) — the byte-stream (TCP, TLS over TCP) transport contract an implementor fills in (the Stream extension point).

  • #include <stdbool.h>
  • #include <stddef.h>
  • #include "SolidSyslogStream.h"
  • #include "ExternC.h"

Classes

Type Name
struct SolidSyslogStream
The contract a byte-stream transport (TCP, TLS over TCP) fills in; the library drives it from the servicing pass, so it need not be reentrant.

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