File SolidSyslogFileBlockDeviceErrors.h¶
FileList > Core > Interface > SolidSyslogFileBlockDeviceErrors.h
Error codes and Source identity for the FileBlockDevice.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogFileBlockDeviceErrors¶
Detail codes for events whose Source is FileBlockDeviceErrorSource.
enum SolidSyslogFileBlockDeviceErrors {
SOLIDSYSLOG_FILE_BLOCK_DEVICE_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_FILE_BLOCK_DEVICE_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_FILE_BLOCK_DEVICE_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
FileBlockDeviceErrorSource¶
The identity for events raised by a FileBlockDevice.
A handler matches by address (event->Source == &FileBlockDeviceErrorSource), then reads event->Detail as an enum SolidSyslogFileBlockDeviceErrors.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogFileBlockDeviceErrors.h