summaryrefslogtreecommitdiffstats
path: root/spice.proto
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
commitec119c67f31802d00191e6502379b7765980e695 (patch)
tree6ccd46489c907cc78b2b764d57b7c0710f5819f1 /spice.proto
parent9ef008e5c3b1b3194ecf5e4f90d7e79ca76ff3d9 (diff)
downloadspice-common-ec119c67f31802d00191e6502379b7765980e695.tar.gz
spice-common-ec119c67f31802d00191e6502379b7765980e695.tar.xz
spice-common-ec119c67f31802d00191e6502379b7765980e695.zip
spice.proto: add SPICE_MSG_LIST to base channel
Diffstat (limited to 'spice.proto')
-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;