mirror: Clean up bps calculation slightly

This commit is contained in:
nick
2013-10-24 15:11:55 +01:00
parent 77c71ccf09
commit 65d4f581b9
5 changed files with 30 additions and 24 deletions

View File

@@ -128,6 +128,7 @@ int server_is_mirroring( struct server * serve );
uint64_t server_mirror_bytes_remaining( struct server * serve );
uint64_t server_mirror_eta( struct server * serve );
uint64_t server_mirror_bps( struct server * serve );
void server_abandon_mirror( struct server * serve );
void server_prevent_mirror_start( struct server *serve );