summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
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.h
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.h')
-rw-r--r--server/red_channel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index 5135970f..19f1f67c 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -225,4 +225,10 @@ void red_channel_pipe_add_tail(RedChannel *channel, PipeItem *item);
/* for types that use this routine -> the pipe item should be freed */
void red_channel_pipe_add_type(RedChannel *channel, int pipe_item_type);
+// TODO: unstaticed for display/cursor channels. they do some specific pushes not through
+// adding elements or on events. but not sure if this is actually required (only result
+// should be that they ""try"" a little harder, but if the event system is correct it
+// should not make any difference.
+void red_channel_push(RedChannel *channel);
+
#endif