summaryrefslogtreecommitdiff
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
commit6440a1e533c49f51e3e69f36c0218a6ec19d31ca (patch)
treea9230cd7f9dabb46a623b100f69dfaa74c9d3b8b
parent4d8d2b612473ddd645572b23f7bf2658de0ec4f5 (diff)
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;