migration: rename 'file' in MigrationState to 'to_dst_file'
Rename the 'file' member of MigrationState to 'to_dst_file' to be consistent with to_src_file, from_src_file and from_dst_file. Signed-off-by:zhanghailiang <zhang.zhanghailiang@huawei.com> Reviewed-by:
Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by:
Amit Shah <amit.shah@redhat.com> Message-Id: <1452829066-9764-3-git-send-email-zhang.zhanghailiang@huawei.com> Signed-off-by:
Amit Shah <amit.shah@redhat.com>
Showing
- include/migration/migration.h 1 addition, 1 deletioninclude/migration/migration.h
- migration/exec.c 2 additions, 2 deletionsmigration/exec.c
- migration/fd.c 2 additions, 2 deletionsmigration/fd.c
- migration/migration.c 37 additions, 35 deletionsmigration/migration.c
- migration/postcopy-ram.c 4 additions, 2 deletionsmigration/postcopy-ram.c
- migration/rdma.c 1 addition, 1 deletionmigration/rdma.c
- migration/savevm.c 1 addition, 1 deletionmigration/savevm.c
- migration/tcp.c 2 additions, 2 deletionsmigration/tcp.c
- migration/unix.c 2 additions, 2 deletionsmigration/unix.c
Loading
Please register or sign in to comment