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.
This commit is contained in:
Marc-André Lureau 2013-09-10 23:10:29 +02:00
parent 5dad55f008
commit 23fe54f112

View File

@ -166,6 +166,8 @@ channel BaseChannel {
Data list; /* the msg body is SpiceSubMessageList */
Empty base_last = 100;
client:
message {
uint32 generation;