Re: [Spice-devel] [PATCH v2 4/6] sound: use GList for global list of sound channels

2017-04-25 Thread Pavel Grunt
Ack, Pavel On Mon, 2017-04-24 at 12:09 -0500, Jonathon Jongsma wrote: > Instead of putting a 'next' link within the channel structure > itself, > just use a generic GList structure to keep a list of active sound > channels. > --- >  server/sound.c | 26 +- >  1 file changed,

[Spice-devel] [PATCH v2 4/6] sound: use GList for global list of sound channels

2017-04-24 Thread Jonathon Jongsma
Instead of putting a 'next' link within the channel structure itself, just use a generic GList structure to keep a list of active sound channels. --- server/sound.c | 26 +- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/server/sound.c b/server/sound.c index