Add a fs_dev field to filesystem
[virt-df.git] / lib / diskimage.mli
index 5711630..09d791e 100644 (file)
@@ -194,6 +194,7 @@ and partition_content =
     ]
 
 and filesystem = {
+  fs_dev : device;                     (** Device containing the filesystem. *)
   fs_plugin_id : fs_plugin_id;         (** Filesystem type. *)
   fs_block_size : int64;               (** Block size (bytes). *)
   fs_blocks_total : int64;             (** Total blocks. *)