|
@@ -120,10 +120,8 @@ uint64_t migration_rate_get(void);
|
|
* migration_rate_reset: Reset the rate limit counter.
|
|
* migration_rate_reset: Reset the rate limit counter.
|
|
*
|
|
*
|
|
* This is called when we know we start a new transfer cycle.
|
|
* This is called when we know we start a new transfer cycle.
|
|
- *
|
|
|
|
- * @f: QEMUFile used for main migration channel
|
|
|
|
*/
|
|
*/
|
|
-void migration_rate_reset(QEMUFile *f);
|
|
|
|
|
|
+void migration_rate_reset(void);
|
|
|
|
|
|
/**
|
|
/**
|
|
* migration_rate_set: Set the maximum amount that can be transferred.
|
|
* migration_rate_set: Set the maximum amount that can be transferred.
|