diff options
author | Juan Quintela <quintela@redhat.com> | 2023-04-26 19:37:19 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-05-03 11:24:20 +0200 |
commit | aff3f6606d147ce67a3eb5092b250400b7cde592 (patch) | |
tree | 143a6ca78d406ea604dea6fe4775248130d19c16 /migration/migration-stats.h | |
parent | 947701cc1a591191684aaae37a9f81674a14b7ce (diff) |
migration: Rename ram_counters to mig_stats
migration_stats is just too long, and it is going to have more than
ram counters in the near future.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Diffstat (limited to 'migration/migration-stats.h')
-rw-r--r-- | migration/migration-stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/migration-stats.h b/migration/migration-stats.h index 2edea0c779..197374b4f6 100644 --- a/migration/migration-stats.h +++ b/migration/migration-stats.h @@ -36,6 +36,6 @@ typedef struct { Stat64 transferred; } RAMStats; -extern RAMStats ram_counters; +extern RAMStats mig_stats; #endif |