summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2013-08-12 19:48:24 +0300
committerAlon Levy <alevy@redhat.com>2013-08-14 12:08:04 +0300
commit9b8ff0428468b7f081fe6f2b27774af2d0b4dadf (patch)
tree6d88a866cc1455d3c73ce3925de4f55c63891e0d /server/red_channel.c
parentbc50ff07676fa0b15df3aa2ae7e54936a8f81f95 (diff)
downloadspice-9b8ff0428468b7f081fe6f2b27774af2d0b4dadf.tar.gz
spice-9b8ff0428468b7f081fe6f2b27774af2d0b4dadf.tar.xz
spice-9b8ff0428468b7f081fe6f2b27774af2d0b4dadf.zip
server: s/red_wait_all_sent/red_channel_wait_all_sent/
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 d0b979e7..37b0c1c6 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -2274,7 +2274,7 @@ static void rcc_shutdown_if_pending_send(RedChannelClient *rcc)
}
}
-void red_wait_all_sent(RedChannel *channel)
+void red_channel_wait_all_sent(RedChannel *channel)
{
uint64_t end_time;
uint32_t max_pipe_size;