Skip to content

File SolidSyslogStdAtomicCounterErrors.h

File List > Atomics > Interface > SolidSyslogStdAtomicCounterErrors.h

Go to the documentation of this file

#ifndef SOLIDSYSLOGSTDATOMICCOUNTERERRORS_H
#define SOLIDSYSLOGSTDATOMICCOUNTERERRORS_H

#include "ExternC.h"

EXTERN_C_BEGIN

    struct SolidSyslogErrorSource;

    enum SolidSyslogStdAtomicCounterErrors
    {
        STDATOMICCOUNTER_ERROR_POOL_EXHAUSTED,
        STDATOMICCOUNTER_ERROR_UNKNOWN_DESTROY,
        STDATOMICCOUNTER_ERROR_MAX 
    };

    extern const struct SolidSyslogErrorSource StdAtomicCounterErrorSource;

EXTERN_C_END

#endif /* SOLIDSYSLOGSTDATOMICCOUNTERERRORS_H */