diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-24 05:56:41 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-24 05:56:41 +0200 |
commit | 2ae382d10a07feaed2d8e06ce078084ecaf1b447 (patch) | |
tree | b9c8c5ab3485c040b19443e4a573f48b9092d47d /util/ipmicmd.h | |
parent | 7d5dd1122da7acfca715242ec6cb6d1fd844691b (diff) | |
parent | db5e8f26947114f06480dd22b9db7e22e50ee133 (diff) |
Merge tag 'upstream/3.0.0'
Upstream version 3.0.0
Diffstat (limited to 'util/ipmicmd.h')
-rw-r--r-- | util/ipmicmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/ipmicmd.h b/util/ipmicmd.h index 5c41151..02a0052 100644 --- a/util/ipmicmd.h +++ b/util/ipmicmd.h @@ -325,6 +325,8 @@ struct oemvalstr { #define BCOLON ':' /*delimeter some output with colons*/ #define BCOMMENT '#' /*delimeter '#' used for comments */ +#define RT_OEMIU 0xDB /*record type for OEM ipmiutil events*/ + #ifndef LOG_WARN #define LOG_EMERG 0 // system is unusable #define LOG_ALERT 1 // action must be taken immediately |