commit | 2f6066c03be32d985a35b9fd859aa7ad730100e0 | [log] [tgz] |
---|---|---|
author | Chandrakanth Nalkudre Gowda <chandrakanth.nalkudregowda@radisys.com> | Thu May 13 12:36:32 2021 +0530 |
committer | Chandrakanth Nalkudre Gowda <chandrakanth.nalkudregowda@radisys.com> | Fri May 14 20:25:35 2021 +0530 |
tree | e0f3715da903d9f899736e1535ec0e032c12915d | |
parent | 5ffafb64af85a6a7f8d889c52d91be6234d0c063 [diff] [blame] |
VOL-4098 reboot device and reboot event Change-Id: Iaa7599cdc31ff3f48c73ee7000c80f971d7325bf
diff --git a/protos/dmi/hw_events_mgmt_service.proto b/protos/dmi/hw_events_mgmt_service.proto index db04006..130c6b3 100644 --- a/protos/dmi/hw_events_mgmt_service.proto +++ b/protos/dmi/hw_events_mgmt_service.proto
@@ -63,6 +63,7 @@ EVENT_HW_DEVICE_TEMPERATURE_ABOVE_FATAL = 502; EVENT_HW_DEVICE_TEMPERATURE_ABOVE_CRITICAL_RECOVERED = 503; EVENT_HW_DEVICE_TEMPERATURE_ABOVE_FATAL_RECOVERED = 504; + EVENT_HW_DEVICE_REBOOT = 505; // More to be added }