added set-in-progress strings

This commit is contained in:
Jeremy Ellington 2004-07-15 15:14:04 +00:00
parent 3aed8f0233
commit 9c24a1efb8

View File

@ -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 },
};