Also return migration_bytes_left

This commit is contained in:
Chris Elsworth
2017-07-14 16:18:34 +01:00
parent e04dead5ce
commit ab3106202a
2 changed files with 5 additions and 0 deletions

View File

@@ -64,6 +64,8 @@
* Our current best estimate of how many seconds are left before the migration
* migration is finished.
*
* migration_bytes_left:
* The number of bytes remaining to migrate.
*/
@@ -84,6 +86,7 @@ struct status {
uint64_t migration_speed;
uint64_t migration_speed_limit;
uint64_t migration_seconds_left;
uint64_t migration_bytes_left;
};
/** Create a status object for the given server. */