migration: code clean up
commit0d9f9a5c5237c7c9241b38769a2d06959c943f8b
authorLiang Li <liang.z.li@intel.com>
Thu, 5 May 2016 07:32:59 +0000 (5 15:32 +0800)
committerAmit Shah <amit.shah@redhat.com>
Fri, 17 Jun 2016 12:54:31 +0000 (17 18:24 +0530)
tree3ea1e34e4524967107be035d16046103a3f616ed
parent33d151f4188a40faee224aba1c7b9ad7b1568eb4
migration: code clean up

Use 'QemuMutex comp_done_lock' and 'QemuCond comp_done_cond' instead
of 'QemuMutex *comp_done_lock' and 'QemuCond comp_done_cond'. To keep
consistent with 'QemuMutex decomp_done_lock' and
'QemuCond comp_done_cond'.

Signed-off-by: Liang Li <liang.z.li@intel.com>
Message-Id: <1462433579-13691-10-git-send-email-liang.z.li@intel.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
migration/ram.c