X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=lib%2Fvirt_mem_types.ml;h=f8d3f0f1c4e1971c5283213e887fef3948ca7495;hb=a5fb949b73a604972a9b339fd6ec2786ea59f23c;hp=293d2de2ab64ca7c506ef2bf0464bb6144997370;hpb=cf4669f31197abcfb14dee874a4b738c9c2e6483;p=virt-mem.git diff --git a/lib/virt_mem_types.ml b/lib/virt_mem_types.ml index 293d2de..f8d3f0f 100644 --- a/lib/virt_mem_types.ml +++ b/lib/virt_mem_types.ml @@ -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