| Submitter | Benoît Canet |
|---|---|
| Date | Jan. 16, 2013, 3:48 p.m. |
| Message ID | <1358351321-4891-48-git-send-email-benoit@irqsave.net> |
| Download | mbox | patch |
| Permalink | /patch/212965/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/include/block/block.h b/include/block/block.h index 16e1cf1..2043560 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -29,6 +29,9 @@ typedef struct BlockDriverInfo { /* offset at which the VM state can be saved (0 if not possible) */ int64_t vm_state_offset; bool is_dirty; + bool has_dedup; + bool dedup_running; + BlockDeduplicationMetrics dedup_metrics; } BlockDriverInfo; typedef struct BlockFragInfo {