Re: [Spice-devel] [PATCH spice-gtk 1/4] coroutine: add some preconditions

2013-11-18 Thread Christophe Fergeau
ACK Christophe On Fri, Nov 15, 2013 at 10:03:39PM +0100, Marc-André Lureau wrote: > --- > gtk/coroutine_gthread.c | 7 +++ > gtk/coroutine_ucontext.c | 8 > gtk/coroutine_winfibers.c | 7 +++ > 3 files changed, 10 insertions(+), 12 deletions(-) > > diff --git a/gtk/coroutine

[Spice-devel] [PATCH spice-gtk 1/4] coroutine: add some preconditions

2013-11-15 Thread Marc-André Lureau
--- gtk/coroutine_gthread.c | 7 +++ gtk/coroutine_ucontext.c | 8 gtk/coroutine_winfibers.c | 7 +++ 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/gtk/coroutine_gthread.c b/gtk/coroutine_gthread.c index 14231a0..51d2d6f 100644 --- a/gtk/coroutine_gthread.c +