summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-08 12:37:46 +0200
committerAlon Levy <alevy@redhat.com>2011-02-07 19:22:44 +0200
commite655c5d26e7ce7de32586d4d2be48c101e3aa4f3 (patch)
treef60b4acb2f6c1bd483124d0477b535ec755adcc1 /server/red_channel.c
parent10692e20cab5f1897748c4f9249823f468d39d51 (diff)
downloadspice-e655c5d26e7ce7de32586d4d2be48c101e3aa4f3.tar.gz
spice-e655c5d26e7ce7de32586d4d2be48c101e3aa4f3.tar.xz
spice-e655c5d26e7ce7de32586d4d2be48c101e3aa4f3.zip
server/red_channel: export red_channel_send
Diffstat (limited to 'server/red_channel.c')
-rw-r--r--server/red_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_channel.c b/server/red_channel.c
index 04fc643d..2a7a5ff0 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -462,7 +462,7 @@ void red_channel_init_send_data(RedChannel *channel, uint16_t msg_type, PipeItem
}
}
-static void red_channel_send(RedChannel *channel)
+void red_channel_send(RedChannel *channel)
{
red_peer_handle_outgoing(channel->peer, &channel->outgoing);
}