summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-11 16:47:49 +0200
committerAlon Levy <alevy@redhat.com>2011-03-02 17:27:50 +0200
commitce3efca360086ab79d1b2828bec44197353a8d37 (patch)
tree5325f556effbad10349e0cbca3e2d7ce0205a961 /server/red_channel.h
parent73858b93dccf595652f1b1e86fea1d0e7e9e153b (diff)
downloadspice-ce3efca360086ab79d1b2828bec44197353a8d37.tar.gz
spice-ce3efca360086ab79d1b2828bec44197353a8d37.tar.xz
spice-ce3efca360086ab79d1b2828bec44197353a8d37.zip
server/red_channe: make hold_item take a channel arg
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 a23a6181..fb5af99c 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -107,7 +107,7 @@ typedef void (*channel_release_msg_recv_buf_proc)(RedChannel *channel,
typedef void (*channel_disconnect_proc)(RedChannel *channel);
typedef int (*channel_configure_socket_proc)(RedChannel *channel);
typedef void (*channel_send_pipe_item_proc)(RedChannel *channel, PipeItem *item);
-typedef void (*channel_hold_pipe_item_proc)(PipeItem *item);
+typedef void (*channel_hold_pipe_item_proc)(RedChannel *channel, PipeItem *item);
typedef void (*channel_release_pipe_item_proc)(RedChannel *channel,
PipeItem *item, int item_pushed);
typedef void (*channel_on_incoming_error_proc)(RedChannel *channel);