|
@@ -50,6 +50,8 @@ const char *xenbus_strstate(enum xenbus_state state)
|
|
|
[ XenbusStateConnected ] = "Connected",
|
|
|
[ XenbusStateClosing ] = "Closing",
|
|
|
[ XenbusStateClosed ] = "Closed",
|
|
|
+ [XenbusStateReconfiguring] = "Reconfiguring",
|
|
|
+ [XenbusStateReconfigured] = "Reconfigured",
|
|
|
};
|
|
|
return (state < ARRAY_SIZE(name)) ? name[state] : "INVALID";
|
|
|
}
|