Skip to content

Posix platform

File SolidSyslogPosixMutexErrors.h

FileList > Interface > SolidSyslogPosixMutexErrors.h

Error codes and Source identity for the PosixMutex adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogPosixMutexErrors

Detail codes for events whose Source is PosixMutexErrorSource.

enum SolidSyslogPosixMutexErrors {
    SOLIDSYSLOG_POSIX_MUTEX_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_POSIX_MUTEX_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_POSIX_MUTEX_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

PosixMutexErrorSource

Identity for events raised by a PosixMutex.

const struct SolidSyslogErrorSource PosixMutexErrorSource;

A handler matches by address (event->Source == &PosixMutexErrorSource), then reads event->Detail as an enum SolidSyslogPosixMutexErrors.



The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixMutexErrors.h