[Spice-devel] [PATCH 1/6] [spice-proto] Add support to ssh channel

Fabiano FidĂȘncio fidencio at redhat.com
Sat Sep 3 11:49:07 UTC 2016


---
 spice.proto | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/spice.proto b/spice.proto
index 0bfc515..eb99742 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1423,6 +1423,9 @@ channel PortChannel : SpicevmcChannel {
 channel WebDAVChannel : PortChannel {
 };
 
+channel SshChannel : PortChannel {
+};
+
 protocol Spice {
     MainChannel main = 1;
     DisplayChannel display;
@@ -1435,4 +1438,5 @@ protocol Spice {
     UsbredirChannel usbredir;
     PortChannel port;
     WebDAVChannel webdav;
+    SshChannel ssh;
 };
-- 
2.7.4



More information about the Spice-devel mailing list