From 772811e76ff82184864aff8e29f29df7f0d64c88 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Mon, 29 Nov 2021 15:48:48 +0100 Subject: #1065 Add support for client events ogServer supports events from clients in an agent mode (linux/windows). Client sends event information (eg. user login/logout) via a 103 Early Hints http response message. --- src/rest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rest.h') diff --git a/src/rest.h b/src/rest.h index 4efe5dc..6cbf224 100644 --- a/src/rest.h +++ b/src/rest.h @@ -17,7 +17,9 @@ enum og_client_status { OG_CLIENT_STATUS_BUSY, OG_CLIENT_STATUS_VIRTUAL, OG_CLIENT_STATUS_LINUX, + OG_CLIENT_STATUS_LINUX_SESSION, OG_CLIENT_STATUS_WIN, + OG_CLIENT_STATUS_WIN_SESSION, }; enum og_cmd_type { -- cgit v1.2.3-18-g5258