]> git.proxmox.com Git - qemu.git/commit - buffered_file.c
buffered_file: Use right "opaque"
authorJuan Quintela <quintela@redhat.com>
Wed, 21 Sep 2011 16:12:58 +0000 (18:12 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 20 Oct 2011 11:23:51 +0000 (13:23 +0200)
commitdb448a088c4b3403c74adfa9b27eb6e624181d9b
tree7fec6cdeee8f66c0ddf2c28d5ddfb7df41ec1ffb
parent4fc7d8195f9c8433f8661b6156e5c57ff8d8e4fb
buffered_file: Use right "opaque"

buffered_close 's' variable is of type QEMUFileBuffered, and
wait_for_unfreeze() expect to receive a MigrationState, that
'coincidentaly' is s->opaque.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
buffered_file.c