Updated PO files.
[virt-mem.git] / lib / virt_mem.mli
index 58b879e..2f6ba86 100644 (file)
@@ -24,14 +24,14 @@ type image =
     int option
     * string
     * Virt_mem_utils.architecture
-    * ([`Wordsize], [`Endian]) Virt_mem_mmap.t
+    * ([`Wordsize], [`Endian], [`HasMapping]) Virt_mem_mmap.t
   (** A memory image from a domain. *)
 
 type image_with_ksyms =
     int option
     * string
     * Virt_mem_utils.architecture
-    * ([`Wordsize], [`Endian]) Virt_mem_mmap.t
+    * ([`Wordsize], [`Endian], [`HasMapping]) Virt_mem_mmap.t
     * (ksym -> Virt_mem_mmap.addr)
   (** An image after it has been processed to find kernel symbols.