File SolidSyslogPosixTcpStreamErrors.h¶
FileList > Interface > SolidSyslogPosixTcpStreamErrors.h
Error codes and Source identity for the PosixTcpStream adapter.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogPosixTcpStreamErrors¶
Detail codes for events whose Source is PosixTcpStreamErrorSource.
enum SolidSyslogPosixTcpStreamErrors {
SOLIDSYSLOG_POSIX_TCP_STREAM_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_POSIX_TCP_STREAM_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_POSIX_TCP_STREAM_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
PosixTcpStreamErrorSource¶
Identity for events raised by a PosixTcpStream.
A handler matches by address (event->Source == &PosixTcpStreamErrorSource), then reads event->Detail as an enum SolidSyslogPosixTcpStreamErrors.
The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixTcpStreamErrors.h