migration: Remove transferred atomic counter
After last commit, it is a write only variable. Reviewed-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <20231025091117.6342-12-quintela@redhat.com>
This commit is contained in:
@@ -97,10 +97,6 @@ typedef struct {
|
||||
* Number of bytes sent through RDMA.
|
||||
*/
|
||||
Stat64 rdma_bytes;
|
||||
/*
|
||||
* Total number of bytes transferred.
|
||||
*/
|
||||
Stat64 transferred;
|
||||
/*
|
||||
* Number of pages transferred that were full of zeros.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user