summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-01-10 09:29:27 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:54 +0100
commitb444b766551a7506444d3b8230316ed0f4e6b199 (patch)
tree85bf72ae1cf2855735162825fbf784993490e6bb
parentcdb54a8fa557edb5a61119d372722028389e6143 (diff)
downloadspice-protocol-b444b766551a7506444d3b8230316ed0f4e6b199.tar.gz
spice-protocol-b444b766551a7506444d3b8230316ed0f4e6b199.tar.xz
spice-protocol-b444b766551a7506444d3b8230316ed0f4e6b199.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 4d0731b..0e15fe7 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;