The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / spice / 0001-fix-missing-monitor_latency-argument.patch
1 From 0d3767853ca179ce04a9b312d7a30d33d1266a3b Mon Sep 17 00:00:00 2001
2 From: Axel Lin <axel.lin@ingics.com>
3 Date: Thu, 10 Oct 2013 12:36:40 +0800
4 Subject: [PATCH] red_tunnel_worker: Fix build error due to missing monitor_latency argument
5
6 Fix missing monitor_latency argument in red_channel_client_create call.
7
8 Signed-off-by: Axel Lin <axel.lin@ingics.com>
9 ---
10  server/red_tunnel_worker.c | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/server/red_tunnel_worker.c b/server/red_tunnel_worker.c
14 index 97dcafd..6781d73 100644
15 --- a/server/red_tunnel_worker.c
16 +++ b/server/red_tunnel_worker.c
17 @@ -3417,7 +3417,7 @@ static void handle_tunnel_channel_link(RedChannel *channel, RedClient *client,
18      }
19  
20      tcc = (TunnelChannelClient*)red_channel_client_create(sizeof(TunnelChannelClient),
21 -                                                          channel, client, stream,
22 +                                                          channel, client, stream, FALSE,
23                                                            0, NULL, 0, NULL);
24      if (!tcc) {
25          return;
26 -- 
27 1.8.1.2
28