File SolidSyslogPosixDatagramErrors.h¶
File List > Interface > SolidSyslogPosixDatagramErrors.h
Go to the documentation of this file
#ifndef SOLIDSYSLOGPOSIXDATAGRAMERRORS_H
#define SOLIDSYSLOGPOSIXDATAGRAMERRORS_H
#include "ExternC.h"
EXTERN_C_BEGIN
struct SolidSyslogErrorSource;
enum SolidSyslogPosixDatagramErrors
{
POSIXDATAGRAM_ERROR_POOL_EXHAUSTED,
POSIXDATAGRAM_ERROR_UNKNOWN_DESTROY,
POSIXDATAGRAM_ERROR_MAX
};
extern const struct SolidSyslogErrorSource PosixDatagramErrorSource;
EXTERN_C_END
#endif /* SOLIDSYSLOGPOSIXDATAGRAMERRORS_H */