Skip to content

Commit

Permalink
migration: Put zero_pages in alphabetical order
Browse files Browse the repository at this point in the history
I forgot to move it when I rename it from duplicated_pages.

Message-Id: <20230504103357.22130-3-quintela@redhat.com>
Reviewed-by: David Edmondson <david.edmondson@oracle.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
  • Loading branch information
Juan Quintela committed May 4, 2023
1 parent e2ee200 commit 40f240a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions migration/migration-stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ typedef struct {
* guest is stopped.
*/
Stat64 downtime_bytes;
/*
* Number of pages transferred that were full of zeros.
*/
Stat64 zero_pages;
/*
* Number of bytes sent through multifd channels.
*/
Expand All @@ -77,6 +73,10 @@ typedef struct {
* Total number of bytes transferred.
*/
Stat64 transferred;
/*
* Number of pages transferred that were full of zeros.
*/
Stat64 zero_pages;
} MigrationAtomicStats;

extern MigrationAtomicStats mig_stats;
Expand Down

0 comments on commit 40f240a

Please sign in to comment.