Added bitmap structure. Run ownership tests for sample block device.
[virt-df.git] / lib / diskimage.mli
index 8cdd7a9..5d2a420 100644 (file)
@@ -308,7 +308,7 @@ type owner =
     | `Partitions of partitions
     | `PhysicalVolume of pv ]
 
-val get_owners_lookup : machine -> ownership -> device ->
+val get_owners_lookup : machine -> ownership -> block_device ->
   (Int63.t -> (owner * Int63.t) list)
   (** [get_owners_lookup machine disk] returns a specialized
       function for looking up owners (filesystems, etc.)