mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
migration: Rename RAMStats to MigrationAtomicStats
It is lousely based on MigrationStats, but that name is taken, so this is the best one that I came with. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Lukas Straub <lukasstraub2@web.de> --- If you have any good suggestion for the name, I am all ears.
This commit is contained in:
parent
aff3f6606d
commit
96820df24e
2 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ typedef struct {
|
|||
Stat64 postcopy_requests;
|
||||
Stat64 precopy_bytes;
|
||||
Stat64 transferred;
|
||||
} RAMStats;
|
||||
} MigrationAtomicStats;
|
||||
|
||||
extern RAMStats mig_stats;
|
||||
extern MigrationAtomicStats mig_stats;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue