diff options
Diffstat (limited to 'src/zenserver/hub/hubinstancestate.h')
| -rw-r--r-- | src/zenserver/hub/hubinstancestate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenserver/hub/hubinstancestate.h b/src/zenserver/hub/hubinstancestate.h index ce1f222bd..2dee89ff0 100644 --- a/src/zenserver/hub/hubinstancestate.h +++ b/src/zenserver/hub/hubinstancestate.h @@ -16,6 +16,8 @@ enum class HubInstanceState : uint32_t Hibernated, // Process stopped, data preserved; can be woken Waking, // Starting process from preserved data Deprovisioning, // Shutting down process and cleaning up data + Crashed, // Process died unexpectedly while Provisioned; recovery pending + Recovering, // Attempting in-place restart after a crash }; std::string_view ToString(HubInstanceState State); |