diff options
Diffstat (limited to 'include/block/export.h')
-rw-r--r-- | include/block/export.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/block/export.h b/include/block/export.h index ff54d35..7feb02e 100644 --- a/include/block/export.h +++ b/include/block/export.h @@ -71,6 +71,9 @@ struct BlockExport { /* The AioContext whose lock protects this BlockExport object. */ AioContext *ctx; + /* The block device to export */ + BlockBackend *blk; + /* List entry for block_exports */ QLIST_ENTRY(BlockExport) next; }; |