diff options
author | Alon Levy <alevy@redhat.com> | 2010-11-07 12:19:18 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-02-07 19:22:44 +0200 |
commit | b4c3b8a58625503c4d9e2dc32e79909bc1144984 (patch) | |
tree | 52a76606a4ef6d875efd5c6d525d63e1a8dfe688 /server/inputs_channel.c | |
parent | 194a6be5f78cb04a1891d2f74efbab828dab3d39 (diff) |
server/red_channel: reflect SpiceDataHeader fields in handle_parsed_proc
Diffstat (limited to 'server/inputs_channel.c')
-rw-r--r-- | server/inputs_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/inputs_channel.c b/server/inputs_channel.c index 9372c6f..c930d4d 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; |