summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spice.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 67b3803..316d287 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1352,6 +1352,9 @@ channel PortChannel : SpicevmcChannel {
} event;
};
+channel WebDAVChannel : PortChannel {
+};
+
protocol Spice {
MainChannel main = 1;
DisplayChannel display;
@@ -1363,4 +1366,5 @@ protocol Spice {
SmartcardChannel smartcard;
UsbredirChannel usbredir;
PortChannel port;
+ WebDAVChannel webdav;
};