summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-07 12:19:18 +0200
committerAlon Levy <alevy@redhat.com>2011-02-07 19:22:44 +0200
commitb4c3b8a58625503c4d9e2dc32e79909bc1144984 (patch)
tree52a76606a4ef6d875efd5c6d525d63e1a8dfe688 /server/inputs_channel.c
parent194a6be5f78cb04a1891d2f74efbab828dab3d39 (diff)
downloadspice-b4c3b8a58625503c4d9e2dc32e79909bc1144984.tar.gz
spice-b4c3b8a58625503c4d9e2dc32e79909bc1144984.tar.xz
spice-b4c3b8a58625503c4d9e2dc32e79909bc1144984.zip
server/red_channel: reflect SpiceDataHeader fields in handle_parsed_proc
Diffstat (limited to 'server/inputs_channel.c')
-rw-r--r--server/inputs_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/inputs_channel.c b/server/inputs_channel.c
index 9372c6f2..c930d4db 100644
--- a/server/inputs_channel.c
+++ b/server/inputs_channel.c
@@ -290,7 +290,7 @@ static void inputs_channel_send_item(RedChannel *channel, PipeItem *base)
red_channel_begin_send_message(channel);
}
-static int inputs_channel_handle_parsed(RedChannel *channel, size_t size, uint32_t type, void *message)
+static int inputs_channel_handle_parsed(RedChannel *channel, uint32_t size, uint16_t type, void *message)
{
InputsChannel *inputs_channel = (InputsChannel *)channel;
uint8_t *buf = (uint8_t *)message;