Skip to content

File SolidSyslogPosixTcpStreamErrors.h

File List > Interface > SolidSyslogPosixTcpStreamErrors.h

Go to the documentation of this file

#ifndef SOLIDSYSLOGPOSIXTCPSTREAMERRORS_H
#define SOLIDSYSLOGPOSIXTCPSTREAMERRORS_H

#include "ExternC.h"

EXTERN_C_BEGIN

    struct SolidSyslogErrorSource;

    enum SolidSyslogPosixTcpStreamErrors
    {
        POSIXTCPSTREAM_ERROR_POOL_EXHAUSTED,
        POSIXTCPSTREAM_ERROR_UNKNOWN_DESTROY,
        POSIXTCPSTREAM_ERROR_MAX 
    };

    extern const struct SolidSyslogErrorSource PosixTcpStreamErrorSource;

EXTERN_C_END

#endif /* SOLIDSYSLOGPOSIXTCPSTREAMERRORS_H */