[Spice-devel] [PATCH spice-gtk] proto: add fake last message in base channel
Marc-André Lureau
marcandre.lureau at gmail.com
Tue Sep 10 14:27:05 PDT 2013
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
<marcandre.lureau at gmail.com> 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 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/spice.proto b/spice.proto
> index 8aa35c1..acd5155 100644
> --- a/spice.proto
> +++ b/spice.proto
> @@ -166,6 +166,8 @@ channel BaseChannel {
>
> Data list; /* the msg body is SpiceSubMessageList */
>
> + Empty base_last = 100;
> +
> client:
> message {
> uint32 generation;
> --
> 1.8.3.1
>
--
Marc-André Lureau
More information about the Spice-devel
mailing list