summaryrefslogtreecommitdiffstats
path: root/server/main_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/main_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/main_channel.c')
-rw-r--r--server/main_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main_channel.c b/server/main_channel.c
index 626189b3..67ac72f0 100644
--- a/server/main_channel.c
+++ b/server/main_channel.c
@@ -655,7 +655,7 @@ static void main_channel_release_pipe_item(RedChannel *channel,
free(base);
}
-static int main_channel_handle_parsed(RedChannel *channel, size_t size, uint32_t type, void *message)
+static int main_channel_handle_parsed(RedChannel *channel, uint32_t size, uint16_t type, void *message)
{
MainChannel *main_chan = SPICE_CONTAINEROF(channel, MainChannel, base);