mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
New API: yara_destroy
The yara_destroy API allows to claim resources back via the removal of the previously loaded Yara rules. Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
27f175b717
commit
09bab5d38c
@@ -480,6 +480,7 @@ let proc_nr = [
|
||||
470, "internal_find_inode";
|
||||
471, "mksquashfs";
|
||||
472, "yara_load";
|
||||
473, "yara_destroy";
|
||||
]
|
||||
|
||||
(* End of list. If adding a new entry, add it at the end of the list
|
||||
|
||||
Reference in New Issue
Block a user