diff options
Diffstat (limited to 'migration/migration-stats.h')
| -rw-r--r-- | migration/migration-stats.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/migration/migration-stats.h b/migration/migration-stats.h index ac2260e987..2358caad63 100644 --- a/migration/migration-stats.h +++ b/migration/migration-stats.h @@ -90,6 +90,10 @@ typedef struct { */ Stat64 rate_limit_max; /* + * Number of bytes sent through RDMA. + */ + Stat64 rdma_bytes; + /* * Total number of bytes transferred. */ Stat64 transferred; |