summaryrefslogtreecommitdiff
path: root/block-migration.h
diff options
context:
space:
mode:
Diffstat (limited to 'block-migration.h')
-rw-r--r--block-migration.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/block-migration.h b/block-migration.h
index c33d3cbf05..39ee889882 100644
--- a/block-migration.h
+++ b/block-migration.h
@@ -14,16 +14,6 @@
#ifndef BLOCK_MIGRATION_H
#define BLOCK_MIGRATION_H
-typedef struct BlkMigDevState {
- BlockDriverState *bs;
- int bulk_completed;
- int shared_base;
- struct BlkMigDevState *next;
- int64_t cur_sector;
- int64_t total_sectors;
- int64_t dirty;
-} BlkMigDevState;
-
void blk_mig_init(void);
void blk_mig_info(void);
#endif /* BLOCK_MIGRATION_H */