flexnbd status: display mirror->max_bytes_per_second as mirror_speed_limit

This commit is contained in:
nick
2013-08-14 13:30:25 +01:00
parent b73081e417
commit 385c9027db
3 changed files with 23 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ struct status {
uint64_t migration_duration;
uint64_t migration_speed;
uint64_t migration_speed_limit;
};
/** Create a status object for the given server. */