serve/mirror: Move some code tracking migration speed into serve

The rationale is that status will need this information
This commit is contained in:
nick
2013-09-23 13:49:01 +01:00
parent 0f2225becf
commit 0ae249009c
4 changed files with 34 additions and 15 deletions

View File

@@ -132,5 +132,7 @@ struct mirror_super * mirror_super_create(
);
void * mirror_super_runner( void * serve_uncast );
uint64_t mirror_current_bps( struct mirror * mirror );
#endif