Skip to content

Commit 619ef8b

Browse files
author
Jon Ludlam
committed
Merge pull request #32 from djs55/add-uuid
Pass through any Volume.uuid to the SMAPIv2
2 parents a7b9c49 + 5398036 commit 619ef8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ end
197197
let vdi_of_volume x =
198198
let open Storage_interface in {
199199
vdi = x.Storage.Volume.Types.key;
200+
uuid = x.Storage.Volume.Types.uuid;
200201
content_id = "";
201202
name_label = x.Storage.Volume.Types.name;
202203
name_description = x.Storage.Volume.Types.description;

0 commit comments

Comments
 (0)