-
Juan Quintela authored
Using MgrationStats as type for ram_counters mean that we didn't have to re-declare each value in another struct. The need of atomic counters have make us to create MigrationAtomicStats for this atomic counters. Create RAMStats type which is a merge of MigrationStats and MigrationAtomicStats removing unused members. Signed-off-by:
Juan Quintela <quintela@redhat.com>
Reviewed-by:
Peter Xu <peterx@redhat.com>
---
Fix typos found by David EdmondsonJuan Quintela authoredUsing MgrationStats as type for ram_counters mean that we didn't have to re-declare each value in another struct. The need of atomic counters have make us to create MigrationAtomicStats for this atomic counters. Create RAMStats type which is a merge of MigrationStats and MigrationAtomicStats removing unused members. Signed-off-by:
Juan Quintela <quintela@redhat.com>
Reviewed-by:
Peter Xu <peterx@redhat.com>
---
Fix typos found by David Edmondson
Loading