Re: [Spice-devel] [PATCH spice-server v2 3/3] Remove core parameter from main_dispatcher_new

2019-02-12 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Tue, 2019-02-12 at 21:24 +, Frediano Ziglio wrote: > This was added in bd8771adbcf3ff34d14333cf874191e8d105f612. > There's no reason to not use reds function instead. > MainDispatcher needs to listen in the main thread that is the > one provided by reds_core_*

[Spice-devel] [PATCH spice-server v2 3/3] Remove core parameter from main_dispatcher_new

2019-02-12 Thread Frediano Ziglio
This was added in bd8771adbcf3ff34d14333cf874191e8d105f612. There's no reason to not use reds function instead. MainDispatcher needs to listen in the main thread that is the one provided by reds_core_* functions. Signed-off-by: Frediano Ziglio --- server/main-dispatcher.c | 29