mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
enums: add SPICE_MSG_BASE_LAST
Make it explicit that 100 is the last value of the base channel messages. This allows clients to use the generated enum value too. (see spice.proto)
This commit is contained in:
parent
784407f248
commit
ba2192f1ea
@ -389,6 +389,7 @@ enum {
|
||||
SPICE_MSG_DISCONNECTING,
|
||||
SPICE_MSG_NOTIFY,
|
||||
SPICE_MSG_LIST,
|
||||
SPICE_MSG_BASE_LAST = 100,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user