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:
Marc-André Lureau 2013-09-12 13:50:32 +02:00
parent 784407f248
commit ba2192f1ea

View File

@ -389,6 +389,7 @@ enum {
SPICE_MSG_DISCONNECTING,
SPICE_MSG_NOTIFY,
SPICE_MSG_LIST,
SPICE_MSG_BASE_LAST = 100,
};
enum {