mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
added set-in-progress strings
This commit is contained in:
parent
3aed8f0233
commit
9c24a1efb8
@ -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 },
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user