Re: [Spice-devel] [PATCH 09/10] Change RedCharDevice write_queue to GList

2016-09-09 Thread Christophe Fergeau
The use of g_list_last() in this patch makes me think a GQueue would be more appropriate. Christophe On Thu, Sep 08, 2016 at 11:52:59AM -0500, Jonathon Jongsma wrote: > Change a couple more Rings to GList > --- > server/char-device.c | 88 > ++-- >

[Spice-devel] [PATCH 09/10] Change RedCharDevice write_queue to GList

2016-09-08 Thread Jonathon Jongsma
Change a couple more Rings to GList --- server/char-device.c | 88 ++-- server/char-device.h | 1 - 2 files changed, 37 insertions(+), 52 deletions(-) diff --git a/server/char-device.c b/server/char-device.c index 957fb26..e01f34c 100644 --- a/serv