summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-03 22:24:44 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-11-03 09:07:18 +0000
commite601e920bd5a8385f7388cf31e0b0d543f68193e (patch)
treec0000f48d24adddc85b7417c3d3a52556faf0217 /server/red_channel.h
parentc9e3b058e452e3e00ae009163a5de66e99987492 (diff)
downloadspice-e601e920bd5a8385f7388cf31e0b0d543f68193e.tar.gz
spice-e601e920bd5a8385f7388cf31e0b0d543f68193e.tar.xz
spice-e601e920bd5a8385f7388cf31e0b0d543f68193e.zip
server: make more of cursor private
Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
Diffstat (limited to 'server/red_channel.h')
-rw-r--r--server/red_channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index 201a4d27..eda4436e 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -302,6 +302,8 @@ struct RedChannelClient {
RedChannelClientConnectivityMonitor connectivity_monitor;
};
+#define RED_CHANNEL_CLIENT(Client) ((RedChannelClient *)(Client))
+
struct RedChannel {
uint32_t type;
uint32_t id;