summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
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.h
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.h')
-rw-r--r--server/red_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index b2a3a6ad..9021b3f0 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -604,6 +604,6 @@ void red_channel_client_wait_pipe_item_sent(RedChannelClient *rcc,
void red_wait_outgoing_item(RedChannelClient *rcc);
/* blocking function */
-void red_wait_all_sent(RedChannel *channel);
+void red_channel_wait_all_sent(RedChannel *channel);
#endif