Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Juan Quintela committed May 3, 2023
1 parent aff3f66 commit 96820df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion migration/migration-stats.c
Expand Up @@ -14,4 +14,4 @@
#include "qemu/stats64.h"
#include "migration-stats.h"

RAMStats mig_stats;
MigrationAtomicStats mig_stats;
4 changes: 2 additions & 2 deletions migration/migration-stats.h
Expand Up @@ -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

0 comments on commit 96820df

Please sign in to comment.