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