Skip to content

File SolidSyslogNullDatagram.h

FileList > Core > Interface > SolidSyslogNullDatagram.h

Go to the source code of this file

The no-op Datagram Null object: SendTo returns SENT (drops the datagram on the floor so the Store does not fill with undeliverables), MaxPayload returns the IPv6-safe default, Open and Close are no-ops.

  • #include "ExternC.h"

Public Functions

Type Name
EXTERN_C_BEGIN struct SolidSyslogDatagram * SolidSyslogNullDatagram_Get (void)
Open and Close are no-ops.

Public Functions Documentation

function SolidSyslogNullDatagram_Get

Open and Close are no-ops.

EXTERN_C_BEGIN struct SolidSyslogDatagram * SolidSyslogNullDatagram_Get (
    void
) 

SendTo returns SENT, reporting the datagram as delivered so the Store drops it rather than accumulating undeliverables. MaxPayload returns the IPv6-safe default.



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