commit | 0d9f9a5c5237c7c9241b38769a2d06959c943f8b | [log] [tgz] |
---|---|---|
author | Liang Li <liang.z.li@intel.com> | Thu May 05 15:32:59 2016 +0800 |
committer | Amit Shah <amit.shah@redhat.com> | Fri Jun 17 18:24:31 2016 +0530 |
tree | 3ea1e34e4524967107be035d16046103a3f616ed | |
parent | 33d151f4188a40faee224aba1c7b9ad7b1568eb4 [diff] |
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>