mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -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
|
@ -14,4 +14,4 @@
|
|||
#include "qemu/stats64.h"
|
||||
#include "migration-stats.h"
|
||||
|
||||
RAMStats mig_stats;
|
||||
MigrationAtomicStats mig_stats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue