File SolidSyslogPosixAddressErrors.h¶
FileList > Interface > SolidSyslogPosixAddressErrors.h
Go to the source code of this file
Error codes and Source identity for the PosixAddress adapter.
#include "ExternC.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SolidSyslogPosixAddressErrors Detail codes for events whose Source is PosixAddressErrorSource. |
Public Attributes¶
| Type | Name |
|---|---|
| const struct SolidSyslogErrorSource | PosixAddressErrorSource Identity for events raised by a PosixAddress. |
Public Types Documentation¶
enum SolidSyslogPosixAddressErrors¶
Detail codes for events whose Source is PosixAddressErrorSource.
enum SolidSyslogPosixAddressErrors {
POSIXADDRESS_ERROR_POOL_EXHAUSTED,
POSIXADDRESS_ERROR_UNKNOWN_DESTROY,
POSIXADDRESS_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
variable 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