summaryrefslogtreecommitdiffstats
path: root/storagehandler.h
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2015-10-25 03:45:42 -0500
committerPatrick Williams <patrick@stwcx.xyz>2015-10-28 17:32:54 -0500
commit41a4b3165ff3a161d184b755969ce316732f8450 (patch)
tree6fdecaaf8e1cf7b79645fd946515a3bb5f4f4e51 /storagehandler.h
parentf3e0137164be7b5098cd300e82a7f6ae717de49a (diff)
downloadphosphor-host-ipmid-41a4b3165ff3a161d184b755969ce316732f8450.tar.gz
phosphor-host-ipmid-41a4b3165ff3a161d184b755969ce316732f8450.zip
Allow esels to be sent to dbus event log
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'storagehandler.h')
-rw-r--r--storagehandler.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/storagehandler.h b/storagehandler.h
index 1b7f552..7abefd5 100644
--- a/storagehandler.h
+++ b/storagehandler.h
@@ -14,4 +14,16 @@ enum ipmi_netfn_storage_cmds
};
+struct ipmi_add_sel_request_t {
+
+ uint8_t recordid[2];
+ uint8_t recordtype;
+ uint8_t timestampe[4];
+ uint8_t generatorid[2];
+ uint8_t evmrev;
+ uint8_t sensortype;
+ uint8_t sensornumber;
+ uint8_t eventdir;
+ uint8_t eventdata[3];
+};
#endif
OpenPOWER on IntegriCloud