mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2025-12-30 18:31:48 +00:00
Make session_events static and const
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
9ed7be6445
commit
89445cd1b4
@ -233,7 +233,7 @@ bool VDService::uninstall()
|
||||
return ret;
|
||||
}
|
||||
|
||||
const char* session_events[] = {
|
||||
static const char* const session_events[] = {
|
||||
"INVALID", "CONNECT", "DISCONNECT", "REMOTE_CONNECT", "REMOTE_DISCONNECT", "LOGON", "LOGOFF",
|
||||
"LOCK", "UNLOCK", "REMOTE_CONTROL"
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user