Re: [PATCH spice-server 15/28] server/red_worker: enable latency monitoring in the display channel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Feb 26, 2013 at 01:04:01PM -0500, Yonit Halperin wrote:

ACK

> ---
>  server/red_worker.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/server/red_worker.c b/server/red_worker.c
> index 82f2fc9..5043c10 100644
> --- a/server/red_worker.c
> +++ b/server/red_worker.c
> @@ -10116,6 +10116,7 @@ static CommonChannelClient *common_channel_client_create(int size,
>                                                           RedClient *client,
>                                                           RedsStream *stream,
>                                                           int mig_target,
> +                                                         int monitor_latency,
>                                                           uint32_t *common_caps,
>                                                           int num_common_caps,
>                                                           uint32_t *caps,
> @@ -10123,7 +10124,7 @@ static CommonChannelClient *common_channel_client_create(int size,
>  {
>      MainChannelClient *mcc = red_client_get_main(client);
>      RedChannelClient *rcc =
> -        red_channel_client_create(size, &common->base, client, stream, FALSE,
> +        red_channel_client_create(size, &common->base, client, stream, monitor_latency,
>                                    num_common_caps, common_caps, num_caps, caps);
>      if (!rcc) {
>          return NULL;
> @@ -10151,6 +10152,7 @@ DisplayChannelClient *display_channel_client_create(CommonChannel *common,
>          (DisplayChannelClient*)common_channel_client_create(
>              sizeof(DisplayChannelClient), common, client, stream,
>              mig_target,
> +            TRUE,
>              common_caps, num_common_caps,
>              caps, num_caps);
>  
> @@ -10172,6 +10174,7 @@ CursorChannelClient *cursor_channel_create_rcc(CommonChannel *common,
>          (CursorChannelClient*)common_channel_client_create(
>              sizeof(CursorChannelClient), common, client, stream,
>              mig_target,
> +            FALSE,
>              common_caps,
>              num_common_caps,
>              caps,
> -- 
> 1.8.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]