Skip to content
Snippets Groups Projects
Commit 30f9c8cc authored by Adam Wujek's avatar Adam Wujek
Browse files

userspace/tools/wr_mon: add value 0 for displaying desired_states


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent cb7297ac
Branches
Tags
No related merge requests found
......@@ -723,6 +723,7 @@ static struct desired_state_t{
char *str_state;
int state;
} desired_states[] = {
{ "Unknown", 0},
{ "initializing", PPS_INITIALIZING},
{ "faulty", PPS_FAULTY},
{ "disabled", PPS_DISABLED},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment