summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-28 14:29:15 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-28 14:29:15 +0100
commit720af3dff75ef42cd77f8ccec78f5cd23358ed9b (patch)
tree58c6a4e697715a72c8c9792d10b5e088b230e61b
parent19198574adc0d23fa3fb6fcd9691ab40314978f3 (diff)
downloadspice-protocol-720af3dff75ef42cd77f8ccec78f5cd23358ed9b.tar.gz
spice-protocol-720af3dff75ef42cd77f8ccec78f5cd23358ed9b.tar.xz
spice-protocol-720af3dff75ef42cd77f8ccec78f5cd23358ed9b.zip
controller: add proxy message
Add a new string message for sending proxy details. CONTROLLER_PROXY (ControllerData, string) The value must be of the form [protocol://]<host>[:port] The proxy string may be specified with a protocol:// prefix to specify alternative proxy protocols. If no protocol is specified in the proxy string or if the string doesn't match a supported one, the proxy will be treated as a HTTP proxy.
-rw-r--r--spice/controller_prot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index facf241..bca7804 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -82,6 +82,8 @@ enum {
CONTROLLER_ENABLE_USB_AUTOSHARE,
CONTROLLER_USB_FILTER,
+ CONTROLLER_PROXY,
+
//spice client -> external app
CONTROLLER_MENU_ITEM_CLICK = 1001,
};