Ownership using segment tree (not finished).
[virt-df.git] / lib / diskimage.mli
index 0689a69..2373341 100644 (file)
@@ -296,9 +296,11 @@ val scan_machine : machine -> machine
 
 (** {3 Create ownership tables} *)
 
-val create_ownership : machine -> (*ownership*)unit
+type ownership
+
+val create_ownership : machine -> ownership
   (** This creates the ownership tables (mapping disk blocks to the
-      ultimate filesystem, etc., which owns each).
+      ultimate filesystem, etc., which owns each one).
   *)
 
 (** {2 Debugging} *)