[Spice-commits] spice/enums.h

Marc-André Lureau elmarco at kemper.freedesktop.org
Thu Sep 12 04:51:46 PDT 2013


 spice/enums.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ba2192f1eab041a7f462d33cc7d63fab653dfe16
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Thu Sep 12 13:50:32 2013 +0200

    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)

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 {


More information about the Spice-commits mailing list