X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=lib%2Fvirt_mem.mli;h=63569813b1a034cdd8dae81c68a904f33d5ef17a;hp=ab5ba4730a37ead4a27370a2ad059c1ab1a67069;hb=2e1de51e35bea53ebece1a6fd6d6970534f4cbe9;hpb=cf4669f31197abcfb14dee874a4b738c9c2e6483 diff --git a/lib/virt_mem.mli b/lib/virt_mem.mli index ab5ba47..6356981 100644 --- a/lib/virt_mem.mli +++ b/lib/virt_mem.mli @@ -22,6 +22,7 @@ val register : ?needs_ksyms:bool -> ?needs_utsname:bool -> ?needs_tasks:bool -> + ?needs_net_devices:bool -> ?needs_everything:bool -> run:(bool -> Virt_mem_types.image -> Virt_mem_types.kdata -> unit) -> ?external_cmd:bool -> @@ -41,7 +42,8 @@ val register : these structures in before calling [~run]. - [~needs_ksyms:true] if kernel symbols are needed - [~needs_utsname:true] if kernel version (utsname) is needed - - [~needs_task_struct:true] if all task_struct (processes) are needed + - [~needs_tasks:true] if all task_struct (processes) are needed + - [~needs_net_devices:true] if all net devices are needed - [~needs_everything:true] if the tool requires as much as possible (but will not fail if we cannot determine everything)