[Spice-devel] [PATCH spice-server v2] stream-channel: Tell client we are just streaming data

Christophe Fergeau cfergeau at redhat.com
Tue Nov 21 13:54:06 UTC 2017


On Tue, Nov 21, 2017 at 12:28:59PM +0000, Frediano Ziglio wrote:
> diff --git a/server/stream-channel.c b/server/stream-channel.c
> index c7ca0206..da3f3a4f 100644
> --- a/server/stream-channel.c
> +++ b/server/stream-channel.c
> @@ -203,6 +203,13 @@ stream_channel_send_item(RedChannelClient *rcc, RedPipeItem *pipe_item)
>              channel->width, channel->height,
>              SPICE_SURFACE_FMT_32_xRGB, SPICE_SURFACE_FLAGS_PRIMARY
>          };
> +#ifdef HAVE_SPICE_SURFACE_FLAGS_STREAMING_MODE

Why do we want to make this conditional? spice-server currently
needs an unreleased spice-protocol for the streaming bits, it won't
compile if stream-device.h is not present, so this is just an additional
requirement on spice-protocol.git.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20171121/2c17adf2/attachment.sig>


More information about the Spice-devel mailing list