Skip to content

File SolidSyslogMutexErrors.h

FileList > Core > Interface > SolidSyslogMutexErrors.h

Portable detail codes for the Mutex role, shared by every backend that fills it.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogMutexErrors

Detail codes a Mutex role implementation reports through event->Detail, shared by every backend whichever platform provides it.

enum SolidSyslogMutexErrors {
    SOLIDSYSLOG_MUTEX_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_MUTEX_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_MUTEX_ERROR_MAX
};

A handler that matches on these reacts to a fault identically whichever backend produced it, and keeps working when the backend is swapped.

event->Source still names the backend that spoke, for diagnosis. Which of these codes a given backend can raise is a property of that backend and is stated on its own page; a code it never raises is simply one a handler never sees.



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