Re: [Spice-devel] [PATCH 05/18] Call public RedClient API instead of poking internals

2016-04-28 Thread Frediano Ziglio
> > Use red_client_during_migrate_at_target() instead of checking > rcc->client->during_target_migrate. > --- > server/red-channel.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/server/red-channel.c b/server/red-channel.c > index 2bcf919..a7c4e5b 100644 > --- a/se

[Spice-devel] [PATCH 05/18] Call public RedClient API instead of poking internals

2016-04-27 Thread Jonathon Jongsma
Use red_client_during_migrate_at_target() instead of checking rcc->client->during_target_migrate. --- server/red-channel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/red-channel.c b/server/red-channel.c index 2bcf919..a7c4e5b 100644 --- a/server/red-channel.c ++