Re: [Spice-devel] [PATCH spice-gtk] proto: add fake last message in base channel

2013-09-11 Thread Yonit Halperin
Ack On 09/10/2013 05:27 PM, Marc-André Lureau wrote: This is actually for spice-common (although spice-gtk will need later then) and also spice-protocol On Tue, Sep 10, 2013 at 11:13 PM, Marc-André Lureau wrote: Make it explicit that 100 is the last value of the base channel messages. This a

Re: [Spice-devel] [PATCH spice-gtk] proto: add fake last message in base channel

2013-09-10 Thread Marc-André Lureau
This is actually for spice-common (although spice-gtk will need later then) On Tue, Sep 10, 2013 at 11:13 PM, Marc-André Lureau wrote: > Make it explicit that 100 is the last value of the base channel > messages. This allows clients to use the generated enum value too. > --- > spice.proto | 2 ++

[Spice-devel] [PATCH spice-gtk] proto: add fake last message in base channel

2013-09-10 Thread Marc-André Lureau
Make it explicit that 100 is the last value of the base channel messages. This allows clients to use the generated enum value too. --- spice.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spice.proto b/spice.proto index 8aa35c1..acd5155 100644 --- a/spice.proto +++ b/spice.proto @@ -1