From 33feaf75d67584beae7c548b948dbb34b7cf6171 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Tue, 10 Jan 2012 09:29:27 +0200 Subject: spice.proto: add SPICE_MSG_LIST to base channel --- spice.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'spice.proto') 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; -- cgit