From fb6918388a8fc4f7e45b46535ae6dcba23e1acf5 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 21 Oct 2021 18:02:11 +0200 Subject: Added IsReady flag to ZenServerEntry --- zenutil/include/zenutil/zenserverprocess.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zenutil/include/zenutil/zenserverprocess.h b/zenutil/include/zenutil/zenserverprocess.h index 09728aa1a..bd3f5eb55 100644 --- a/zenutil/include/zenutil/zenserverprocess.h +++ b/zenutil/include/zenutil/zenserverprocess.h @@ -104,7 +104,8 @@ public: enum class FlagsEnum : uint16_t { - kShutdownPlease = 1 << 0 + kShutdownPlease = 1 << 0, + kIsReady = 1 << 1, }; FRIEND_ENUM_CLASS_FLAGS(FlagsEnum); -- cgit v1.2.3