From ba2192f1eab041a7f462d33cc7d63fab653dfe16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 12 Sep 2013 13:50:32 +0200 Subject: [PATCH] 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) --- spice/enums.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spice/enums.h b/spice/enums.h index 8c731e9..f192e43 100644 --- a/spice/enums.h +++ b/spice/enums.h @@ -389,6 +389,7 @@ enum { SPICE_MSG_DISCONNECTING, SPICE_MSG_NOTIFY, SPICE_MSG_LIST, + SPICE_MSG_BASE_LAST = 100, }; enum {