mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 11:55:10 +00:00
Make servers global static
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
48cb6a295b
commit
770b7c8e25
@ -150,7 +150,7 @@ static pthread_mutex_t *lock_cs;
|
||||
|
||||
/* TODO while we can technically create more than one server in a process,
|
||||
* the intended use is to support a single server per process */
|
||||
GList *servers = NULL;
|
||||
static GList *servers = NULL;
|
||||
|
||||
/* SPICE configuration set through the public spice_server_set_xxx APIS */
|
||||
struct RedServerConfig {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user