On Fri, Nov 30, 2012 at 9:12 PM, Marc-André Lureau <marcandre.lureau@xxxxxxxxx> wrote:
spice_channel_send_link(channel);
+ spice_channel_recv_link_hdr(channel);
+ spice_channel_recv_link_msg(channel);
+ spice_channel_recv_auth(channel);
At this point I am tempted to make just one function channel_handle_link(). The current function splitting is not really necessary, and looks weird: the client actually also sends messages in those functions...
--
Marc-André Lureau
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel