Fix 'make doc' rule.
[virt-mem.git] / lib / virt_mem_types.ml
index 293d2de..f8d3f0f 100644 (file)
@@ -53,6 +53,14 @@ type kdata = {
   ksyms : ksymmap option;
   utsname : utsname option;
   tasks : Virt_mem_mmap.addr option;
+  net_devices : Virt_mem_mmap.addr option;
+}
+
+exception ParseError of string * string * string
+
+type fieldsig = {
+  field_available : bool;
+  field_offset : int;
 }
 
 (* This is the maximum we can download in one go over the libvirt