summaryrefslogtreecommitdiffstats
path: root/server/spice-server.syms
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-02 13:45:15 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-05 18:19:07 +0100
commit36d8da628380e7a63df893846f96ee608b2e1af8 (patch)
tree4503e1737ec75f895f7aee1561ca166087939d52 /server/spice-server.syms
parentf0ff2e383efba62e4f0368facd855d54ae915821 (diff)
downloadspice-36d8da628380e7a63df893846f96ee608b2e1af8.tar.gz
spice-36d8da628380e7a63df893846f96ee608b2e1af8.tar.xz
spice-36d8da628380e7a63df893846f96ee608b2e1af8.zip
Send name & uuid to capable clients
Add spice_server_set_name() and spice_server_set_uuid() that allows the client to identify a Spice server (useful to associate settings with a particular server) The SPICE_MSG_MAIN_NAME and SPICE_MSG_MAIN_UUID messages are only sent to capable clients, announcing SPICE_MAIN_CAP_NAME_AND_UUID.
Diffstat (limited to 'server/spice-server.syms')
-rw-r--r--server/spice-server.syms6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/spice-server.syms b/server/spice-server.syms
index d9beec35..272548ed 100644
--- a/server/spice-server.syms
+++ b/server/spice-server.syms
@@ -101,3 +101,9 @@ global:
spice_server_add_client;
spice_server_add_ssl_client;
} SPICE_SERVER_0.10.0;
+
+SPICE_SERVER_0.10.2 {
+global:
+ spice_server_set_name;
+ spice_server_set_uuid;
+} SPICE_SERVER_0.10.1;