This commit is contained in:
vanhauser-thc
2024-05-17 19:04:25 +02:00
parent 4265d70d70
commit 35156eb917
2 changed files with 5 additions and 2 deletions

View File

@ -252,6 +252,7 @@ struct queue_entry {
struct skipdet_entry *skipdet_e;
u32 score; /* complexity/vulnerability score */
u64 total_execs; /* total executes of this item */
};