diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-11-30 18:21:19 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 10:48:52 -0600 |
commit | a55eb92c22a7be05bae0de6163bbe1e5f1d43ba3 (patch) | |
tree | dd373f0889e197b08227031c29b843ea8f4f2bfa /block-migration.h | |
parent | 1302425d737857e7598b812eb25c159f31d4ab27 (diff) |
block migration: Fix coding style and whitespaces
No functional changes.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block-migration.h')
-rw-r--r-- | block-migration.h | 10 |
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 */ |