summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_channel.c')
-rw-r--r--server/red_channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/red_channel.c b/server/red_channel.c
index 5201da77..9028943f 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -672,3 +672,7 @@ void red_channel_ack_set_client_window(RedChannel *channel, int client_window)
channel->ack_data.client_window = client_window;
}
+SpiceMarshaller *red_channel_get_marshaller(RedChannel *channel)
+{
+ return channel->send_data.marshaller;
+}