mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
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:
parent
5dad55f008
commit
23fe54f112
@ -166,6 +166,8 @@ channel BaseChannel {
|
||||
|
||||
Data list; /* the msg body is SpiceSubMessageList */
|
||||
|
||||
Empty base_last = 100;
|
||||
|
||||
client:
|
||||
message {
|
||||
uint32 generation;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user