summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-07 12:38:31 +0200
committerAlon Levy <alevy@redhat.com>2011-02-07 19:22:44 +0200
commitc322873cf0ada6af2c76a83dd7a046dc648ab8b9 (patch)
tree23242048105f8a0e1112cd09d3e8ffe98bd086d1 /server/red_channel.h
parent23f37df54843d8b2e7e869994e160e905330d0bf (diff)
downloadspice-c322873cf0ada6af2c76a83dd7a046dc648ab8b9.tar.gz
spice-c322873cf0ada6af2c76a83dd7a046dc648ab8b9.tar.xz
spice-c322873cf0ada6af2c76a83dd7a046dc648ab8b9.zip
server/red_channel: add red_channel_pipe_add_after (from red_worker)
Diffstat (limited to 'server/red_channel.h')
-rw-r--r--server/red_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index 0a113fc5..7c973fd4 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -216,6 +216,7 @@ void red_channel_begin_send_message(RedChannel *channel);
void red_channel_pipe_item_init(RedChannel *channel, PipeItem *item, int type);
void red_channel_pipe_add_push(RedChannel *channel, PipeItem *item);
void red_channel_pipe_add(RedChannel *channel, PipeItem *item);
+void red_channel_pipe_add_after(RedChannel *channel, PipeItem *item, PipeItem *pos);
int red_channel_pipe_item_is_linked(RedChannel *channel, PipeItem *item);
void red_channel_pipe_item_remove(RedChannel *channel, PipeItem *item);
void red_channel_pipe_add_tail(RedChannel *channel, PipeItem *item);