spice.proto: add SPICE_MSG_LIST to base channel

This commit is contained in:
Yonit Halperin 2012-01-10 09:29:27 +02:00
parent 5ea8687843
commit 33feaf75d6

View File

@ -133,6 +133,7 @@ channel BaseChannel {
uint8 message[message_len] @end @nomarshal;
} notify;
Data list; /* the msg body is SpiceSubMessageList */
client:
message {
uint32 generation;