From 41a4b3165ff3a161d184b755969ce316732f8450 Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Sun, 25 Oct 2015 03:45:42 -0500 Subject: Allow esels to be sent to dbus event log Signed-off-by: Patrick Williams --- storagehandler.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'storagehandler.h') 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 -- cgit v1.2.1