From a55eb92c22a7be05bae0de6163bbe1e5f1d43ba3 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 30 Nov 2009 18:21:19 +0100 Subject: block migration: Fix coding style and whitespaces No functional changes. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- block-migration.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'block-migration.h') 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 */ -- cgit v1.2.1