[Spice-devel] [RFC] server: introduce RedChannelClient

Alon Levy alevy at redhat.com
Sun Mar 27 08:51:54 PDT 2011


This patch adds a RedChannelClient, it's mainly just refactoring, doesn't
give support for multiple clients yet, but tested to not change anything wrt
connect/disconnect (i.e. connecting to an already connected server disconnects
the current client). Tested with all channels except tunnel.

Alon Levy (1):
  server/red_channel (all): introduce RedChannelClient

 server/inputs_channel.c          |   39 ++-
 server/main_channel.c            |   82 +++---
 server/red_channel.c             |  617 ++++++++++++++++++++++-------------
 server/red_channel.h             |  106 ++++---
 server/red_client_shared_cache.h |   17 +-
 server/red_tunnel_worker.c       |  214 +++++++-----
 server/red_worker.c              |  678 +++++++++++++++++++-------------------
 server/smartcard.c               |  150 +++++-----
 8 files changed, 1076 insertions(+), 827 deletions(-)

-- 
1.7.4.1



More information about the Spice-devel mailing list