summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-01-10 09:29:27 +0200
committerYonit Halperin <yhalperi@redhat.com>2012-01-12 16:17:00 +0200
commit33feaf75d67584beae7c548b948dbb34b7cf6171 (patch)
tree5dcdd91cee6e62d667bfe9e30c8e001c18d7b311
parent5ea8687843dd3493c3c31f52ba23393c6c9d3fcf (diff)
downloadspice-33feaf75d67584beae7c548b948dbb34b7cf6171.tar.gz
spice-33feaf75d67584beae7c548b948dbb34b7cf6171.tar.xz
spice-33feaf75d67584beae7c548b948dbb34b7cf6171.zip
spice.proto: add SPICE_MSG_LIST to base channel
-rw-r--r--spice.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 4d0731bd..0e15fe72 100644
--- a/spice.proto
+++ b/spice.proto
@@ -133,6 +133,7 @@ channel BaseChannel {
uint8 message[message_len] @end @nomarshal;
} notify;
+ Data list; /* the msg body is SpiceSubMessageList */
client:
message {
uint32 generation;