[Spice-devel] [PATCH v2 01/10] Move RedChannelClient to separate file
Frediano Ziglio
fziglio at redhat.com
Thu Sep 8 08:26:54 UTC 2016
>
> Reduce direct access to RedChannelClient, and get ready to convert to
> GObject.
Acked-by: Frediano Ziglio <fziglio at redhat.com
Frediano
> ---
> Changes in v2:
> - updated copyright dates
> - removed unused function
> - made red_channel_client_seamless_migration_done() static
> - removed NULL check from function that can't return NULL
> - renamed a couple functions from red_channel_ to red_channel_client_
> - moved misplaced comment
> - removed a few unintentional style changes found by Frediano
>
> server/Makefile.am | 2 +
> server/cursor-channel.c | 2 +
> server/dcc-private.h | 1 +
> server/inputs-channel-client.c | 1 +
> server/inputs-channel.c | 1 +
> server/main-channel-client.c | 2 +
> server/main-channel.c | 1 +
> server/red-channel-client.c | 1626 +++++++++++++++++++++++++++++++++++
> server/red-channel-client.h | 248 ++++++
> server/red-channel.c | 1821
> +++-------------------------------------
> server/red-channel.h | 207 +----
> server/red-worker.h | 1 +
> server/reds.c | 1 +
> server/smartcard.c | 2 +-
> server/sound.c | 1 +
> server/spicevmc.c | 1 +
> 16 files changed, 2017 insertions(+), 1901 deletions(-)
> create mode 100644 server/red-channel-client.c
> create mode 100644 server/red-channel-client.h
>
More information about the Spice-devel
mailing list