Move RedClient to a separate file

Enterprise / Virtualization / SPICE - Jonathon Jongsma [redhat.com] - 2 November 2016 14:30 UTC

Also move the RedClient struct out of the header to avoid accessing the internals from other files.

bc8d967 Move RedClient to a separate file
server/Makefile.am | 2 +
server/char-device.c | 6 +-
server/common-graphics-channel.c | 2 +-
server/dcc.c | 1 +
server/dummy-channel-client.c | 1 +
server/inputs-channel.c | 1 +
server/main-channel-client.c | 1 +
server/main-channel.c | 1 +
server/main-dispatcher.c | 4 +-
server/red-channel-client.c | 2 +-
server/red-channel.c | 240 ++-----------------------------
server/red-channel.h | 62 +-------
server/red-client.c | 290 ++++++++++++++++++++++++++++++++++++++
server/red-client.h | 65 +++++++++
server/reds.c | 5 +-
server/sound.c | 1 +
server/stream.c | 1 +
17 files changed, 390 insertions(+), 295 deletions(-)

Upstream: cgit.freedesktop.org


  • Share