diff options
| author | zhanghailiang | 2016-01-15 04:37:42 +0100 |
|---|---|---|
| committer | Amit Shah | 2016-02-05 14:39:50 +0100 |
| commit | 89a02a9f7bb6a371a42d9b26b76f4c9590548a03 (patch) | |
| tree | 0658190a5520b02461c030caca22f5474f8e5d11 /migration/rdma.c | |
| parent | ram: Split host_from_stream_offset() into two helper functions (diff) | |
| download | qemu-89a02a9f7bb6a371a42d9b26b76f4c9590548a03.tar.gz qemu-89a02a9f7bb6a371a42d9b26b76f4c9590548a03.tar.xz qemu-89a02a9f7bb6a371a42d9b26b76f4c9590548a03.zip | |
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>
Diffstat (limited to 'migration/rdma.c')
| -rw-r--r-- | migration/rdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/rdma.c b/migration/rdma.c index 86a13b899f..bcae1e81b3 100644 --- a/migration/rdma.c +++ b/migration/rdma.c @@ -3504,7 +3504,7 @@ void rdma_start_outgoing_migration(void *opaque, trace_rdma_start_outgoing_migration_after_rdma_connect(); - s->file = qemu_fopen_rdma(rdma, "wb"); + s->to_dst_file = qemu_fopen_rdma(rdma, "wb"); migrate_fd_connect(s); return; err: |
