diff options
Diffstat (limited to 'block/qed.h')
-rw-r--r-- | block/qed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/qed.h b/block/qed.h index 388fdb3760..62cbd3b899 100644 --- a/block/qed.h +++ b/block/qed.h @@ -164,6 +164,8 @@ typedef struct { /* Periodic flush and clear need check flag */ QEMUTimer *need_check_timer; + + Error *migration_blocker; } BDRVQEDState; enum { |