Skip to content

File SolidSyslogNullBuffer.h

FileList > Core > Interface > SolidSyslogNullBuffer.h

Go to the source code of this file

The no-op Buffer Null object: Write swallows the record, Read returns false (nothing to deliver) so the Service algorithm sees an empty buffer and stops draining.

  • #include "ExternC.h"

Public Functions

Type Name
struct SolidSyslogBuffer * SolidSyslogNullBuffer_Get (void)
Write swallows the record.

Public Functions Documentation

function SolidSyslogNullBuffer_Get

Write swallows the record.

struct SolidSyslogBuffer * SolidSyslogNullBuffer_Get (
    void
) 

Read returns false (nothing to deliver), so the Service algorithm sees an empty buffer and stops draining.



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