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

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