From 9c24a1efb82d346384a11e0e404221a6361558a5 Mon Sep 17 00:00:00 2001 From: Jeremy Ellington Date: Thu, 15 Jul 2004 15:14:04 +0000 Subject: [PATCH] added set-in-progress strings --- ipmitool/lib/ipmi_strings.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 106ebe7..3564143 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -72,3 +72,12 @@ const struct valstr ipmi_privlvl_vals[] = { { 0, NULL }, }; + +const struct valstr ipmi_set_in_progress_vals[] = { + { IPMI_SET_IN_PROGRESS_SET_COMPLETE, "set-complete" }, + { IPMI_SET_IN_PROGRESS_IN_PROGRESS, "set-in-progress" }, + { IPMI_SET_IN_PROGRESS_COMMIT_WRITE, "commit-write" }, + { 0, NULL }, +}; + +