summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2021-11-16 12:41:14 +0100
committerJose M. Guisado <jguisado@soleta.eu>2021-11-17 10:36:50 +0100
commitb6b1040997372eee9b0fcaa59aae207f8df78114 (patch)
treef504cc0dd4c2162ea86993594b25c84c3ec9b031 /src/rest.h
parent5a3fd51261b40196dca461798ff4ca50417e0c75 (diff)
#1065 client: add support for ogclient win state
ogClient can be run in windows mode, enabling connection with ogServer when running on a Windows machine. Don't expect the same payload in windows mode as a in live or virtual. Client in windows mode does not send partition setup information, only the status/state. (same case for linux mode)
Diffstat (limited to 'src/rest.h')
-rw-r--r--src/rest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.h b/src/rest.h
index a4e6e64..4efe5dc 100644
--- a/src/rest.h
+++ b/src/rest.h
@@ -17,6 +17,7 @@ enum og_client_status {
OG_CLIENT_STATUS_BUSY,
OG_CLIENT_STATUS_VIRTUAL,
OG_CLIENT_STATUS_LINUX,
+ OG_CLIENT_STATUS_WIN,
};
enum og_cmd_type {