summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2013-09-10 23:10:29 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2013-09-12 13:49:25 +0200
commit23fe54f11274e4117f4bffd033a7a045cb91de47 (patch)
tree746f2d6ccc9ba11beecd073c71ae7b5f3313a154
parent5dad55f0081688067083f95bd45f4512e602cd93 (diff)
downloadspice-protocol-23fe54f11274e4117f4bffd033a7a045cb91de47.tar.gz
spice-protocol-23fe54f11274e4117f4bffd033a7a045cb91de47.tar.xz
spice-protocol-23fe54f11274e4117f4bffd033a7a045cb91de47.zip
proto: add fake last message in base channel
Make it explicit that 100 is the last value of the base channel messages. This allows clients to use the generated enum value too.
-rw-r--r--spice.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 728178b..04e7ea4 100644
--- a/spice.proto
+++ b/spice.proto
@@ -166,6 +166,8 @@ channel BaseChannel {
Data list; /* the msg body is SpiceSubMessageList */
+ Empty base_last = 100;
+
client:
message {
uint32 generation;