Re: [Spice-devel] [PATCH 08/11] Replace RedChannel::clients with GList

2016-05-13 Thread Frediano Ziglio
> > Instead of using a Ring, use a GList to store the list of channel > clients. This allows us to iterate the clients without poking inside of > the client struct to get the channel_link. This is required in order to > make the RedChannelClient struct private. > --- > server/display-channel.c |

[Spice-devel] [PATCH 08/11] Replace RedChannel::clients with GList

2016-05-12 Thread Jonathon Jongsma
Instead of using a Ring, use a GList to store the list of channel clients. This allows us to iterate the clients without poking inside of the client struct to get the channel_link. This is required in order to make the RedChannelClient struct private. --- server/display-channel.c | 64 ---