summary refs log tree commit diff stats
path: root/migration/migration-stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'migration/migration-stats.h')
-rw-r--r--migration/migration-stats.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/migration/migration-stats.h b/migration/migration-stats.h
index 4c4daa2e97..ac2260e987 100644
--- a/migration/migration-stats.h
+++ b/migration/migration-stats.h
@@ -90,10 +90,6 @@ typedef struct {
      */
     Stat64 rate_limit_max;
     /*
-     * Amount of data we have sent in the current cycle.
-     */
-    Stat64 rate_limit_used;
-    /*
      * Total number of bytes transferred.
      */
     Stat64 transferred;
@@ -106,16 +102,6 @@ typedef struct {
 extern MigrationAtomicStats mig_stats;
 
 /**
- * migration_rate_account: Increase the number of bytes transferred.
- *
- * Report on a number of bytes the have been transferred that need to
- * be applied to the rate limiting calcuations.
- *
- * @len: amount of bytes transferred
- */
-void migration_rate_account(uint64_t len);
-
-/**
  * migration_rate_get: Get the maximum amount that can be transferred.
  *
  * Returns the maximum number of bytes that can be transferred in a cycle.