summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-07 13:01:48 +0200
committerAlon Levy <alevy@redhat.com>2011-02-07 19:22:44 +0200
commita30a602654d7760da62cf4b7cefd4a5b5bfe2081 (patch)
treef7f33ed381f92015de31ca99134e5e146183ca1b /server/red_channel.c
parent57b719b9914d65b43f7fcd6c39c64ec626016f47 (diff)
downloadspice-a30a602654d7760da62cf4b7cefd4a5b5bfe2081.tar.gz
spice-a30a602654d7760da62cf4b7cefd4a5b5bfe2081.tar.xz
spice-a30a602654d7760da62cf4b7cefd4a5b5bfe2081.zip
server/red_channel: unstatic red_channel_push (for red_worker)
Diffstat (limited to 'server/red_channel.c')
-rw-r--r--server/red_channel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/red_channel.c b/server/red_channel.c
index b5ee32d3..265040f6 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -29,7 +29,6 @@
#include "stat.h"
#include "red_channel.h"
-static void red_channel_push(RedChannel *channel);
static PipeItem *red_channel_pipe_get(RedChannel *channel);
static void red_channel_pipe_clear(RedChannel *channel);
static void red_channel_event(int fd, int event, void *data);
@@ -467,7 +466,7 @@ void red_channel_begin_send_message(RedChannel *channel)
red_channel_send(channel);
}
-static void red_channel_push(RedChannel *channel)
+void red_channel_push(RedChannel *channel)
{
PipeItem *pipe_item;